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.
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"
}
]
}
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.
204 No Content response on success.
{
"data": null,
"errors": [
{
"error": "ALARM_NOT_FOUND",
"message": "Alarm configuration not found"
}
]
}
Was this page helpful?