POST
/
v2
/
push
/
unsubscribe
Unsubscribe from Push Notifications
curl --request POST \
  --url https://alerts-api.dial.to/v2/push/unsubscribe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "appId": "255d6163-7e25-43e9-a188-c2f8d0980a4a",
  "deviceId": "<string>",
  "fcmToken": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Body

application/json

Response

202
application/json

Push unsubscription accepted

The response is of type object.