Delete a credential
DELETE/api/credential/v1/:id
Makes a credential no longer retrievable and records the history
action DELETED
.
This has no impact on the holder's ability to keep and use the credential.
Deletion cannot be completed if the credential state is ACCEPTED
while
the corresponding credential schema includes a revocation method. If revocation
method is NONE
, the credential can be deleted in any state.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
No Content
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error