pub async fn delete_identity(
    configuration: &Configuration,
    id: &str
) -> Result<(), Error<DeleteIdentityError>>
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.