Delete Identity
Permanently delete an identity. This operation cannot be undone.
Use this for data cleanup, compliance requirements, or when removing entities from your system.
Important Requires identity.*.delete_identity permission Associated API keys remain functional but lose shared resources External ID becomes available for reuse immediately
Request body
Example request
{
"identity": "user_123"
}Response
Identity successfully deleted
Example response
{
"meta": {
"requestId": "req_123"
}
}Changes
Changed in 3 of the 90 revisions of this API.4
- ○
the endpoint scheme security
bearerwas added to the APIapi-security-added
- ○
the endpoint scheme security
rootKeywas removed from the APIapi-security-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
api operation id
v2.identities.deleteIdentityremoved and replaced withidentities.deleteIdentityapi-operation-id-removed
- ○