Values.RemoveNotificationChannelRequestSourceRemoves 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.
type nonrec t = {id : NotificationChannelId.t;The ID of the notification channel to be removed.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of NotificationChannelId.t ]) list ]