curl --location --request POST 'https://api.yourapp.com/v1/public/topic-votes.delete' \ --header 'Authorization: Bearer SUBSCRIBER_JWT_TOKEN' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "topic-uuid-123" }'
{ "ok": true }
Remove your vote from a topic. Requires subscriber authentication.
Authorization: Bearer SUBSCRIBER_JWT_TOKEN
Was this page helpful?