---
title: "Delete webhook subscription"
method: DELETE
path: "/api/v3.1/webhook_subscriptions/{id}"
tags: ["Webhook Subscriptions"]
---

# Delete webhook subscription

`DELETE /api/v3.1/webhook_subscriptions/{id}`

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

## Path parameters

- `id` string, webhookSubscriptionId, required — Webhook subscription ID

## Response `200`

Webhook subscription deleted

- object
  - `success` boolean, required

## Other responses

- `401` — Unauthorized
- `404` — Subscription not found
- `500` — Internal server error

## Changes

- **2026-06-17** `589a7d115a5e` — 2 info
  - the endpoint scheme security `CookieAuth` was removed from the API
  - the endpoint scheme security `UserApiKeyAuth` was removed from the API
- **2026-05-08** `55e9c3b27c95` — 2 info
  - api tag `Webhook Subscriptions` added
  - api tag `Webhooks` removed
- **2026-05-05** `52c71f747c65` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/changes/api/v3.1/webhook_subscriptions/:id/delete.md)

---

[API](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/revisions/ebe821998eab/schema)
