Path Parameters
Response
200 OK
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Revoke an issued credential
POST /api/issuer/did:alyra:issuer.../credentials/aly:uuid/revoke HTTP/1.1
Authorization: Bearer <jwt>
| Parameter | Type | Description |
|---|---|---|
did | string | Issuer DID. |
credential_id | string | Credential identifier to revoke. |
200 OK
{
"success": true,
"message": "Credential revoked successfully",
"credential": {
"id": "aly:uuid",
"issuer_did": "did:alyra:issuer...",
"owner_did": "did:alyra:holder...",
"status": "revoked",
"revocation_blockchain_tx": "0x..."
}
}