POST
/
v1
/
identities.deleteIdentity
cURL
curl --request POST \
  --url https://api.unkey.dev/v1/identities.deleteIdentity \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "identityId": "id_1234"
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

The identity was successfully deleted, it may take up to 30s for this to take effect in all regions

The response is of type object.