---
title: "Delete a webhook subscription"
method: POST
path: "/api/webhookSubscriptions.delete"
---

# Delete a webhook subscription

`POST /api/webhookSubscriptions.delete`

Permanently deletes a webhook subscription. This action cannot be undone.

## Request body

- DeleteWebhookSubscriptionRequest
  - `workspace_id` string, required — The ID of the workspace
  - `id` string, required — The ID of the subscription to delete

## Response `200`

Webhook subscription deleted successfully

- object
  - `success` boolean

## Other responses

- `400` — Bad request - missing parameters
- `401` — Unauthorized - invalid or missing authentication token
- `500` — Internal server error

## Changes

- **2025-12-01** `bca4a43d9d46` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/webhookSubscriptions.delete/post.md)

---

[API](https://skmtc.dev/pierre-b/apis/notifuse-api.md) · [All operations](https://skmtc.dev/pierre-b/apis/notifuse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pierre-b/notifuse-api/revisions/b6f612d3daaa/schema)
