Deactivate a DID
Deactivate a did:cheqd from ACA-Py Agent
Last updated
Was this helpful?
Deactivate a did:cheqd from ACA-Py Agent
Last updated
Was this helpful?
Follow these instructions to deactivate a did:cheqd DID from ACA-Py Agent.
⚠️ Important...
Your wallet must have the key(s) which were generated when the DID was created, without them signing will fail.
To deactivate an active DID, pass the did
id in the request body, with any additional options
that you may have configured.
/did/cheqd/deactivate
DID to deactivate
did:cheqd:testnet:099be283-4302-40cc-9850-22016bcd1d86
^(did:cheqd:(testnet|mainnet):(?:(?:[a-zA-Z0-9]{21,22}|([a-z,0-9,-]{36,36}))*:)*((?:[a-zA-Z0-9]{21,22}|([a-z,0-9,-]{36,36}))+)((;[a-zA-Z0-9_.:%-]+=[a-zA-Z0-9_.:%-]*)*)([?][^#]*)?|did:cheqd:(testnet|mainnet):(?:(?:[a-zA-Z0-9]{21,22}|([a-z,0-9,-]{36,36}))*:)*((?:[a-zA-Z0-9]{21,22}|([a-z,0-9,-]{36,36}))+)/resources/([a-z,0-9,-]{36,36})([?][^#]*)?)$
Additional configuration options
{"network":"testnet"}