Last updated 1 month ago
Marks a Verifiable Credential as revoked, making it invalid for future verification.
The identifier of the Verifiable Credential to be revoked
urn:uuid:6aaefd3d-e462-4bb0-bed7-454b967d5d37
POST /credentials/revoke HTTP/1.1 Host: issuer.humanity.org X-API-Token: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 64 { "credentialId": "urn:uuid:6aaefd3d-e462-4bb0-bed7-454b967d5d37" }
Revocation successful
{ "status": "success", "message": "Credential successfully revoked" }