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

Identities are in public beta. Please report any issues to support@unkey.dev

Delete an identity. This will not revoke the keys associated with the identity.

Changelog

DateChanges
Jul 17 2024Introduced endpoint

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.