Skip to main content
DELETE
/
v2
/
identities
/
{id}
cURL
curl --request DELETE \
  --url https://api.orq.ai/v2/identities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Identity not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Identity ID or External ID

Response

Identity successfully deleted