v1
latestOpenAPI 3.0.3Apache 2.02026-07-173769114.2 KBadmin
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 when the identity was not found, in which case it is assumed that is has been deleted already.
Learn how identities work in Ory Kratos' User And Identity Model Documentation.
delete/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 201.