---
title: "DELETE /webhooks/{webhook_id}"
method: DELETE
path: "/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# DELETE /webhooks/{webhook_id}

`DELETE /webhooks/{webhook_id}`

Удаление webhook

## Path parameters

- `webhook_id` string, required

## Response `200`

The request has succeeded.

- object

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 10 info
  - api operation id `Webhooks_remove` was added
  - for the `path` request parameter `webhook_id`, the minLength was decreased from `36` to `0`
  - removed `subschema #2` from the response body `allOf` list for the response status `400`
  - removed `subschema #2` from the response body `allOf` list for the response status `401`
  - …6 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/webhooks/:webhook_id/delete.md)

---

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