Unsubscribe to a Webhook
You can programmatically unsubscribe to a webhook.
This deletes the workflow object for your brand that has the trigger and webhook URL that you specify.
Endpoint
DELETE /webhooks/unsubscribe
Required parameters
webhook_url
- The webhook URL for the workflow you intend to delete, if any
Example request
curl https://api.zylvie.com/webhooks/unsubscribe \
-h "Authorization: Bearer e97f0aafe4884bc380c81fdb2347dc55" \
-d "webhook_url=https://https://hooks.zapier.com/hooks/catch/18690100/3n4iof0/" \
-X POST \
Example response
A successful request will return a 200 HTTP response and empty response body.
If the workflow exists, it will be deleted (otherwise it makes no change to your database).