Deactivate a DID

Deactivate a DID and DID Document using cheqd Studio.

Deactivate a DID Document.

post
/did/deactivate/{did}

This endpoint deactivates a DID Document by taking the DID identifier as input. Must be called and signed by the DID owner.

Authorizations
x-api-keystringRequired
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
chevron-right
200

The request was successful.

application/json
post
/did/deactivate/{did}

Last updated

Was this helpful?