USERS
Delete User
API to permanently delete a user from SuprSend by passing distinct_id
.
DELETE
Authorizations
Pass as Bearer <API_KEY>
. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
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"