API to permanently delete a user from SuprSend by passing distinct_id.
distinct_id
cURL
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" }
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Bearer <API_KEY>
Unique identifier of the user in your system
204 - No Content
Was this page helpful?