Skip to main content
DELETE
/
api
/
v1
/
backchannel
/
user
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
confirmation
enum<string>
required
Available options:
DELETE

Response

200 - application/json

Account deleted

status
enum<string>
required
Available options:
deleted
hard_deleted
boolean
required
tombstoned
boolean
required