pub async fn admin_delete_identity(
    configuration: &Configuration,
    id: &str
) -> Result<(), Error<AdminDeleteIdentityError>>
Expand description

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.