delete_destination
Permanently delete a notification destination (channel). This cannot be undone. It also removes the destination from every monitor's routing — any event type routed ONLY to this destination stops notifying anyone, silently and with no incident to show for it. Before deleting a destination that is in use, check which monitors route to it (get_monitor returns a monitor's routes) and give those event types another destination first. To stop using a destination temporarily, prefer editing the routes with set_route and leaving the destination in place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Destination (channel) UUID. Get it from list_destinations. |