Skip to content

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
Required

Responses

Identity successfully deleted
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License