Webhooks

Delete a webhook subscription

Soft-deletes the subscription. The id is permanently retired — no future deliveries will be attempted, and the row is excluded from list responses.

delete/api/v1/webhook-subscriptions/{id}

Path parameters

idstring required
Example:whsub_3f7a9b1c8d2e4f5a6b7c8d9e0f1a2b3c

The public subscription id returned by POST /api/v1/webhook-subscriptions — shaped whsub_<32 hex chars>.

Response

Subscription deleted.

successboolean

true on success (omitted by some legacy handlers).

Example response

{
  "data": {
    "id": "whsub_3f7a9b1c8d2e4f5a6b7c8d9e0f1a2b3c"
  }
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.