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

# Delete Webhook

`DELETE /webhooks/{webhook_id}`

Deletes a specific webhook by its ID.

## Path parameters

- `webhook_id` string, uuid, required

## Response `204`

Webhook deleted successfully.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `404` — Webhook not found.

---

[API](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api.md) · [All operations](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burodeingresos/bur-de-ingresos-api/versions/59e48cdbdd84/schema)
