DELETE
/
identities
/
{identity_uid}
curl --request DELETE \
  --url https://api.captaindata.com/v4/identities/{identity_uid} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

API key required for authentication. Add your API key in the X-API-Key header.

Path Parameters

identity_uid
string
required

Response

200
application/json

Identity successfully removed.

The response is of type object.