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

# Deletar Webhook

> Remove um webhook registrado

## Descricao

Remove permanentemente um webhook. Voce deixara de receber notificacoes nesta URL.

## Request

<ParamField path="id" type="string" required>
  UUID do webhook a remover.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.thalbank.com/webhooks/d4e5f6a7-b8c9-0123-def0-123456789abc \
    -H "x-api-key: sua_api_key"
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {}
  ```
</ResponseExample>
