Users
Delete User & Data
Delete a user and their data.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The input parameters required for deleting a user and their data.
Your unique internal user identifier.
Example:
"abc123"
Response
200
application/json
Successful request.
Success message.
Example:
"Success"
Was this page helpful?