cURL
curl --request DELETE \ --url https://tilt.io/api/v1/backchannel/user \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "confirmation": "DELETE" } '
{ "status": "deleted", "hard_deleted": true, "tombstoned": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
DELETE
Account deleted
deleted