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

Authorizations

Authorization
string
header
required

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

Body

application/json
token
string
required
Minimum string length: 1
platform
enum<string>
required
Available options:
ios,
android

Response

204

Push token removed