---
title: "Delete a webhook subscription"
method: DELETE
path: "/api/external/v2/webhook_subscriptions/{id}"
tags: ["Hidden"]
---

# Delete a webhook subscription

`DELETE /api/external/v2/webhook_subscriptions/{id}`

This endpoint allows you to delete a webhook subscription by ID.

## Path parameters

- `id` integer, required

## Response `204`

Webhook subscription deleted

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/revisions/a5b7236473c6/schema)
