---
title: "Eliminar webhook por ID"
method: DELETE
path: "/webhook/:webhookId"
tags: ["Webhook"]
---

# Eliminar webhook por ID

`DELETE /webhook/:webhookId`

Eliminar un webhook específico por su ID

## Path parameters

- `webhookId` number, required

## Response `200`

Webhook eliminado con éxito por ID

- object
  - `message` string, required

## Other responses

- `404` — Webhook no encontrado

---

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