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

# Delete alert channel

> Deletes an alert channel

Requires `alert_channels:read_write` permission.

<ParamField path="id" type="string" required>
  Alert channel ID (UUID)
</ParamField>

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