Image Description Image Description

No Results

  • Support
Logo Logo v1.0
  • Basics
  • Getting started
  • Get authenticating user
  • Products
  • Create a Product
  • License Keys
  • Verify a License Key
  • Redeem a License Key
  • Refund a License Key
  • Subscriptions
  • Verify a Subscription
  • Webhooks
  • Basics
  • Subscribe
  • Unsubscribe
  • Webhook Events
  • New sale
  • New lead
  • New affiliate sign-up
  • New subscription
  • Subscription cancellation

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).