cURL
curl --request POST \ --url https://api.hixbe.com/certify/revoke/{credential_id} \ --header 'Authorization: Bearer <token>' \ --header 'Hixbe-Version: <hixbe-version>'
{ "status": "revoked", "revoked_at": "2025-12-03T10:00:00Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API version in YYYY-MM-DD format
"2026-01-01"
Unique identifier of the credential to revoke
"cred_1234567890abcdef"
Credential revoked successfully
Response confirming credential revocation
Revocation status
"revoked"
Timestamp when the credential was revoked
"2025-12-03T10:00:00Z"
Was this page helpful?