POST
/
v2
/
topics
/
unsubscribe
Unsubscribe from Alert Topic
curl --request POST \
  --url https://alerts-api.dial.to/v2/topics/unsubscribe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Dialect-Client-Key: <x-dialect-client-key>' \
  --data '{
  "topicId": "123e4567-e89b-12d3-a456-426614174000"
}'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string
required

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Body

application/json

Response

201
application/json

Topic preference updated successfully

The response is of type object.