---
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

---

[API](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/versions/4239836857f8/schema)
