Skip to content
Bloomcount API
Esc
navigateopen⌘Jpreview

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’t whsub_.
DELETE/api/v1/webhooks/{id}
Authorization
AuthorizationBearer token (bloomcount_...) · headerrequired
Path parameters
idstringrequired
Responses
204Deleted
401Missing or invalid API key, or revoked / expired.
errorstringrequired
403Authenticated, but the key lacks the required scope or the tenant has no API access.
errorstringrequired
404The requested resource doesn't exist or belongs to a different tenant.
errorstringrequired
422Request body or arguments failed validation.
errorstringrequired
429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired
Try it
Server
Authorization
Parameters
Request
curl -X DELETE "https://app.bloomcount.com/api/v1/webhooks/whsub_88h3k4l5m6n7p8q9r0s1t2u" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
Deleted