v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01206322659.2 KB
alarms

Detach a channel from an alarm

Detach a channel from an alarm. The NotificationChannels row itself is left alone — other alarms and notification rules may still be using it.

Removing the last channel from an enabled alarm is rejected: it would keep evaluating and recording transitions while notifying nobody, which looks healthy from the outside. To swap a sole channel, attach the replacement first; to silence an alarm, PATCH it with enabled: false.

delete/orgs/{org_id}/alarms/{alarm_id}/channels/{channel_id}

Path parameters

org_idstring required
alarm_idstring required
channel_idstring required

Response

Channel detached

{"stackTrail":"paths:/orgs/{org_id}/alarms/{alarm_id}/channels/{channel_id}:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Successful responses use HTTP 204 and do not include a body."}