> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fire.rest/llms.txt
> Use this file to discover all available pages before exploring further.

# Eliminar webhook

> Elimina permanentemente un endpoint webhook. No se entregarán más eventos a esa URL.

<ParamField header="x-api-key" type="string" required>
  API key de BOH con scope `admin:webhooks`.
</ParamField>

<ParamField path="webhookId" type="string" required>UUID del webhook.</ParamField>

<ResponseExample>
  ```json 204 theme={null}
  ```

  ```json 404 theme={null}
  {
    "error": {
      "kind": "webhook_not_found",
      "message": "Webhook endpoint not found"
    }
  }
  ```
</ResponseExample>
