DELETE
/
users
/
me
curl https://api.thanxsandbox.com/users/me \
  -X DELETE \
  $AUTH_HEADERS \
  -d '{"message": "Optional message"}'
{
  "message": "User deletion request has been submitted"
}

This endpoint submits a request for account closure for the currently authenticated user. The Thanx support team will review the request and interface directly with that user to complete account closure. This endpoint optionally accepts additional user input, though none is required. For non-production environments, the API request will succeed but no support ticket will be filed.

For custom app builds, this endpoint can be used in conjunction with a custom form to satisfy Apple and Google’s requirements for account deletion.

Parameters

message
string

Optionally specified message that can be used to specify the user’s reason for submitting a deletion request.

Response

message
string

Message describing the status of the deletion request