View as markdown
Endpoints · Webhooks

Delete a webhook

DELETEhttps://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

Paid plans (Hobby and above).

Cadence

Real-time on every paid plan — evaluated on every data refresh (~1×/min), so a match is delivered within seconds of it landing. Optionally throttle a webhook to hourly or at-market-open.

Capacity

Hobby 10 · Pro 100 · Scale & Enterprise unlimited.

stringrequired

Webhook id.

204
Deleted.
400
Invalid webhook id format.
404
Webhook not found, or owned by another account.