Class DeleteNotificationChannelRequest (2.26.0)

DeleteNotificationChannelRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The DeleteNotificationChannel request.

Attributes

Name Description
name str
Required. The channel for which to execute the request. The format is: :: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
force bool
If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, this operation will fail if the notification channel is referenced by existing alerting policies.