Delete a webhook subscription
Permanently removes a subscription; the URL stops receiving deliveries immediately. Deliveries already queued for it are dropped rather than sent.
Errors
404 subscription_not_found— unknown ID, or one belonging to another tenant.422 wrong_id_type:expected_webhookSubscriptions_got_<table>— the prefix isn’twhsub_.
DELETE
/api/v1/webhooks/{id}Authorization
AuthorizationBearer token (bloomcount_...) · headerrequiredPath parameters
idstringrequiredResponses
204Deleted
401Missing or invalid API key, or revoked / expired.
errorstringrequired403Authenticated, but the key lacks the required scope or the tenant has no API access.
errorstringrequired404The requested resource doesn't exist or belongs to a different tenant.
errorstringrequired422Request body or arguments failed validation.
errorstringrequired429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired