Shivshankar
8 years agoAce
Unable to unsubscribe to an event
I have subscribed to Event "MessageUpdate" using event subscription , got a token . Now using this token i am trying to unsubscribe but getting following error :
Response :
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<response status="error">
<error code="504">
<message>
Method 'post' is not supported off of node 'event_subscription_manager.subscriptions.token.Param0'.
</message>
</error>
</response>
You API URL is wrong . Please use the below URL for unsubscribe call.
You didnt add the unsubscribe keyword
subscriptions/token/[subscription_token] /unsubscribe
Tariq
Give kudos if you find my posts helpful or mark solution if it answers your query