Archive identity
DELETE/api/v2/identities/:id
Archive an identity.
Important notes:
- Identity is archived and becomes inactive
- Cannot delete primary/default identity
- Associated documents are preserved
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 401
- 403
- 404
- 422
archives the identity
returns unauthorized
returns forbidden
returns not found
returns forbidden