Skip to main content
DELETE
/
v1
/
user
/
{distinct_id}
Delete user
curl --request DELETE \
  --url https://hub.suprsend.com/v1/user/{distinct_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "code": 404,
  "message": "user [distinct_id: 'user1'] not found"
}

Authorizations

Authorization
string
header
required

Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.

Path Parameters

distinct_id
string
required

Unique identifier of the user in your system

Response

204 - No Content