curl --location --request POST 'https://api.yourapp.com/v1/public/topics.unsubscribe' \ --header 'Authorization: Bearer SUBSCRIBER_JWT_TOKEN' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "topic-uuid-123" }'
{ "data": { "ok": true } }
Unsubscribe from notifications for a topic.
Authorization: Bearer SUBSCRIBER_JWT_TOKEN
Show properties
topic-subscribers.delete
Was this page helpful?