Delete Identity
DELETE
/identity/{identityId}
Permanently removes an authentication identity. Personal identities can only be deleted by the owner. Organization identities can be deleted by any organization member.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
identityId*
The unique identifier of the identity to delete
Type
Requiredstring
Responses
Identity successfully deleted
application/json
JSON
{
}
