cURL
curl --request DELETE \ --url https://tilt.io/api/v1/backchannel/user/push-token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "platform": "ios" } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
ios
android
Push token removed