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

# DELETE /webhook/{webhook_id}

> Remove um webhook registrado; sem corpo de exemplo no documento origem.

## Resumo

* **Método:** `DELETE`
* **Rota:** `/webhook/{webhook_id}`
* **Autenticação:** `Authorization: Bearer <seu_api_token>`

## Path

| Nome         | Tipo          | Descrição                                                                        |
| ------------ | ------------- | -------------------------------------------------------------------------------- |
| `webhook_id` | string / UUID | Identificador do registro retornado em `GET /webhook` (formato: `TODO` na spec). |

`TODO: códigos HTTP, idempotência` do `DELETE` e se `404` indica "já removido".

## Ver

* [Listar webhooks](/api-reference/list-webhooks)
