Unsubscribe webhook
Resource
DELETE api/v1/webhook/subscribe
Authorization
OAuth 2.0 bearer token with Business scope.
Request
curl -X DELETE \
https://api.gett.com/v1/webhook/subscribe/[ID] \
-H 'Accept: application/json' \
-H 'Authorization: Bearer [TOKEN]' \
-H 'Cache-Control: no-cache' \
Responce
{
"message": "ok",
}
Updated almost 2 years ago