cURL
curl --request DELETE \ --url https://api.example.com/settings/account \ --header 'Authorization: Bearer <token>'
Permanently delete the caller’s account and all associated data.
Deletion order:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response