---
search:
  tags:
    - Webhook subscriptions
    - DELETE
seo:
  description: >-
    Permanently removes a subscription; the URL stops receiving… Reference for
    the DELETE /api/v1/webhooks/{id} endpoint in the Bloomcount Public API API.
sidebar:
  label: Delete a webhook subscription
  badge: DELETE
title: Delete a webhook subscription
type: openapi-operation
---
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_`.

<Operation source="reference" id="delete-api-v1-webhooks-id" />
