delete
https://api.linode.com//monitor/alert-channels/
Beta Delete a specific monitoring alert notification channel with a type of user. You can't delete a system notification channel. You also can't delete a user channel that's actively used in an alert:
-
Run the List alerts for a notification channel operation, using the stored
channelIdfor your notification channel. -
Store the
idfor each alert that uses the notification channel. -
Run the Update an alert definition operation for each stored alert
id. Include thechannel_idsobject in the request and ensure that the notificationchannelIdis left out. This removes the notification channel from the alert definition.
OAuth scopes
monitor:read_write
