identity

Delete an Identity

Calling this endpoint irrecoverably and permanently deletes the identity given its ID. This action can not be undone. This endpoint returns 204 when the identity was deleted or 404 if the identity was not found.

delete/admin/identities/{id}

Path parameters

idstring required

ID is the identity's ID.

Response

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.

Changes

No recorded changes to this endpoint across all 50 revisions of this API.