> ## 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.

# Excluir webhook

> Remove permanentemente um endpoint webhook.

<ParamField header="x-api-key" type="string" required>
  API key do BOH com escopo `admin:webhooks`.
</ParamField>

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

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