Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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>
did
credential_id
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..." } }