POST graph.user.unsubscribe
Unsubscribe from new chat events’ messages
Content-Type: application/json;charset=utf-8 header should be specified for all Graph API POST requests
Example request
https://api.ok.ru/graph/me/unsubscribe
?access_token=tkn18YdUJZe:CQABPOJKAKEKEKEKE
?access_token=tkn18YdUJZe:CQABPOJKAKEKEKEKE
POST-payload example
{
"url": "http://sample.com/webhook.php"
}
Response
{
"success": true /* Indicates if an unsubscribe event was successfully executed */
}