File: //snap/google-cloud-cli/current/help/man/man1/gcloud_storage_buckets_notifications_delete.1
.TH "GCLOUD_STORAGE_BUCKETS_NOTIFICATIONS_DELETE" 1
.SH "NAME"
.HP
gcloud storage buckets notifications delete \- delete notification configurations from a bucket
.SH "SYNOPSIS"
.HP
\f5gcloud storage buckets notifications delete\fR \fIURLS\fR [\fIURLS\fR\ ...] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fBgcloud storage buckets notifications delete\fR deletes notification
configurations from a bucket. If a notification configuration name is passed as
a parameter, that configuration alone is deleted. If a bucket name is passed,
all notification configurations associated with the bucket are deleted.
Cloud Pub/Sub topics associated with this notification configuration are not
deleted by this command. Those must be deleted separately, for example with the
command "gcloud pubsub topics delete".
.SH "EXAMPLES"
Delete a single notification configuration (with ID 3) in the bucket
\f5example\-bucket\fR:
.RS 2m
$ gcloud storage buckets notifications delete \e
projects/_/buckets/example\-bucket/notificationConfigs/3
.RE
Delete all notification configurations in the bucket \f5example\-bucket\fR:
.RS 2m
$ gcloud storage buckets notifications delete gs://example\-bucket
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIURLS\fR [\fIURLS\fR ...]
Specifies notification configuration names or buckets.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This variant is also available:
.RS 2m
$ gcloud alpha storage buckets notifications delete
.RE