Webhooks

Delete Webhook Subscription

Permanently delete a webhook subscription. No further deliveries are dispatched.

delete/webhooks/{id}

Path parameters

idinteger required

Webhook id, as returned by GET /v1/webhooks.

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}