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

# Delete Alarm

> Delete an alarm configuration.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField path="id" type="string" required>
  Alarm configuration ID.
</ParamField>

### Response

Returns a `204 No Content` response on success.

<ResponseExample>
  ```json Error theme={null}
  {
    "data": null,
    "errors": [
      {
        "error": "ALARM_NOT_FOUND",
        "message": "Alarm configuration not found"
      }
    ]
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
