Delete a notification channel

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:

  1. Run the List alerts for a notification channel operation, using the stored channelId for your notification channel.

  2. Store the id for each alert that uses the notification channel.

  3. Run the Update an alert definition operation for each stored alert id. Include the channel_ids object in the request and ensure that the notification channelId is left out. This removes the notification channel from the alert definition.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: monitor:read_write

CLI

linode-cli alerts channels-delete 754

Learn more

Path Params
string
enum
required

Enum Call the v4beta URL for operations still only in beta.

Allowed:
integer
required

The unique identifier assigned to the monitoring alerts notification channel. Run the List notification channels operation and store the id for the applicable one.

Responses

Response body
object

Language
Credentials