Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.

Body

application/json

The input parameters required for deleting a user and their data.

external_user_id
string
required

Your unique identifier for the user.

Example:

"abc123"

Response

Successful request.

message
string

Success message.

Example:

"Success"