Class DeleteNotificationChannelRequest (2.3.0)

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

The DeleteNotificationChannel request. .. attribute:: name

Required. The channel for which to execute the request. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

:type: str

Attribute

NameDescription
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, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.