Remove Notification Channel
devopsguru_remove_notification_channel | R Documentation |
Removes a notification channel from DevOps Guru¶
Description¶
Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations.
Usage¶
devopsguru_remove_notification_channel(Id)
Arguments¶
Id |
[required] The ID of the notification channel to be removed. |
Value¶
An empty list.
Request syntax¶
svc$remove_notification_channel(
Id = "string"
)