Endpoints · Webhooks
Delete a webhook
DELETE
https://api.tickerbot.io/v2/webhooks/{id}Hard delete. Any pending deliveries already enqueued may still fire (they capture the target URL + signing secret at queue time). To pause-rather-than-delete, just stop accepting deliveries at your target; after enough consecutive failures the subscription flips to `disabled` and you can re-enable later via `POST /v2/webhooks/{id}/enable`.
Plan access
Included on every plan.
Cadence
Hobby 5m · Pro 1m · Scale 1m · Enterprise 1m.
Capacity
Unlimited on every paid plan.
Body parameters
stringrequiredWebhook id.
Status codes
204Deleted.
400Invalid webhook id format.
404Webhook not found, or owned by another account.