Deactivate a DID
Deactivate a did:cheqd Decentralized Identifier (DID) using cheqd Studio.
Users are also able to deactivate DID Documents to prevent further updates and to provide client applications the relevant information that the DID Document is no longer actively used.
A /did/deactivate
request must be signed by all of the Verification Method keys listed in the DID Document.
This endpoint deactivates a DID Document by taking the DID identifier as input. Must be called and signed by the DID owner.
Authorizations
Path parameters
didstringRequired
DID identifier to deactivate.
Body
publicKeyHexsstring[]Optional
List of key references (publicKeys) which will be used for signing the message. The should be in hexadecimal format and placed in the wallet of current user.
Responses
200
The request was successful.
application/json
400
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
401
Access token is missing or invalid
500
An internal error has occurred. Additional state information plus metadata may be available in the response body.
post
Last updated
Was this helpful?