How to UnSubscribe from a Webhook
To unsubscribe from a webhook you have to call the special endpoint using the DELETE method:
API URL:
DELETE: https://yourproject.vouchery.app/api/v2.1/subscriptions/{id}
API REQUEST BODY:
In the request body, you must provide the "id" of the subscription you wish to unsubscribe from.
The "id" - of the subscription is returned in the response when subscribing to a webhook.
Updated 5 months ago