Skip to main content
DELETE
/
v1
/
identities
/
{identityId}
Delete Identity
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/identities/{identityId} \
  --header 'anchor-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

identityId
string<uuid>
required

The ID of the identity to delete

Response

Identity deleted successfully

message
string

Deletion result message