Delete Identity
DELETE
/identity/{identityId}
Permanently removes an authentication identity from the user's account. This will affect any servers using this identity.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
identityId*
The unique identifier of the identity to delete
Typestring
RequiredResponses
Identity successfully deleted
application/json
JSON
{
}