Skip to main content
Deactivation is the identity-level retirement operation. After it settles, compatible clients should stop treating the DID as an active message recipient or current signing identity.
Deactivation is intentionally permanent. Do not use it for a temporarily offline device. Tombstone or remove only the affected device instead.

Request

string
required
The DID to deactivate.
The request body is optional. If supplied, did must match the path.

Response

After final settlement, GET /resolve/{did} returns "deactivated": true.

Straight to the point

  • Permanent identity lifecycle change
  • Accepted: 202
  • Verify later with GET /resolve/{did}