delete_route
Stops routing one event type, such as 'down' or 'recovery', from a monitor to any destination. Use it to unroute alerts while keeping all other event types' routing unchanged.
Instructions
Requires an API key with the write scope or higher. Stop routing ONE event type of a monitor to any destination: its alerts for that event go nowhere afterwards. Every other event type's routing on the monitor is left exactly as it was. To drop one destination but keep the rest for the same event type, call get_monitor and then set_route with the remaining ids instead. An event type with no routing answers "route not found".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | Yes | The event type to unroute: down, recovery, fail, every-run, success, started, blocked or note. | |
| monitor_id | Yes | Monitor (check) UUID. |