Revoke Attestation
POST
https://sandbox-api.truthlocks.com/v1/attestations/{id}/revokeAuth requiredRevokes an attestation, marking it as invalid for future verification. This action is recorded in the transparency log and cannot be undone. Existing proof bundles will show REVOKED status.
Path Parameters
idstringrequiredThe UUID of the attestation to revoke
Defaults to 660e8400-e29b-41d4-a716-446655440001
Body Parameters
reasonstringOptional reason for revocation (recorded in audit log)
Defaults to Certificate holder no longer employed
Responses
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"status": "REVOKED",
"revoked_at": "2026-01-13T15:00:00Z",
"revocation_reason": "Certificate holder no longer employed"
}POST
/v1/attestations/{id}/revokeLanguage
CredentialsHEADER
Authorization
Response
Click Try It! to send a real request, or view sample responses: