View as markdown
Endpoints · Webhooks

Delete a webhook

DELETEhttps://api.tickerbot.io/v2/webhooks/{id}

Delete a webhook subscription, and its delivery history with it.

stringrequired

Webhook id.

204
Deleted.
400
Invalid webhook id format.
404
Webhook not found, or owned by another account.
  • A hard cascade: the webhook's entire delivery history goes with it, including queued-but-undelivered deliveries — nothing enqueued fires after the delete.
  • To pause rather than delete, stop accepting deliveries at your target. After enough consecutive failures the subscription flips to disabled, and you can re-enable it later via POST /v2/webhooks/{id}/enable.