DIDs
Deactivate a DID
Permanently mark a Talaria identity as inactive
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.
The request body is optional. If supplied,
After final settlement,
Request
string
required
The DID to deactivate.
did must match the path.
Response
GET /resolve/{did} returns "deactivated": true.
Straight to the point
- Permanent identity lifecycle change
- Accepted:
202 - Verify later with
GET /resolve/{did}

