delete https://api.trinsic.id/credentials/v1/credentials/
Revoke credential that was issued previously.
Process of revocation will update the revocation registry locally and on the ledger.
Issued credentials can still participate in proof workflows and be considered valid, but only if the verifying ignores the revocation trail.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
await _credentialsClient.RevokeCredentialAsync(credentialId);
await credentialsClient.revokeCredential(credentialId);
credentials_client.revoke_credential(credential_id)
credentials_client.revoke_credential(credential_id)