identities
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
post/v2/identities.deleteIdentity
Request body
Example request
{
"identity": "user_123"
}Response
Identity successfully deleted
Example response
{
"meta": {
"requestId": "req_123"
}
}