Delete Identity

DELETE https://app.resemble.ai/api/v2/identity/:uuid

Delete an identity. Its reference media is removed and its enrollment is withdrawn from matching.

Path Parameters

ParameterTypeRequiredDescription
uuidstringIdentity UUID.

Example Request

$curl --request DELETE 'https://app.resemble.ai/api/v2/identity/IDENTITY_UUID' \
> -H 'Authorization: Bearer YOUR_API_TOKEN'

Response

1{
2 "success": true
3}

You can only delete identities that belong to your team; attempting to delete another team’s identity returns 403 Forbidden.