DELETE
/
v1
/
user
/
{distinct_id}
curl --request DELETE \
  --url https://hub.suprsend.com/v1/user/{distinct_id}/ \
  --header 'Authorization: Bearer <token>'
"No Content"

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
application/json
204

Indicates a successful request with no content in the response body.

Example:

"No Content"