Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.bland.ai/v1/alarms/{id} \ --header 'authorization: <authorization>'
{ "data": null, "errors": [ { "error": "ALARM_NOT_FOUND", "message": "Alarm configuration not found" } ] }
Delete an alarm configuration.
204 No Content
Was this page helpful?