gcloud beta firestore change-streams delete

NAME
gcloud beta firestore change-streams delete - delete a Cloud Firestore change stream
SYNOPSIS
gcloud beta firestore change-streams delete CHANGE_STREAM --database=DATABASE [--etag=ETAG] [GCLOUD_WIDE_FLAG]
EXAMPLES
To delete a change stream named my-stream in database my-db:
gcloud beta firestore change-streams delete my-stream --database=my-db
POSITIONAL ARGUMENTS
CHANGE_STREAM
The ID of the change stream.
REQUIRED FLAGS
--database=DATABASE
The database to operate on.

For example, to operate on database foo:

gcloud beta firestore change-streams delete --database='foo'
OPTIONAL FLAGS
--etag=ETAG
The current etag of the change stream. If an etag is provided and does not match the current etag of the change stream, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
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 $ gcloud help for details.

NOTES
This command is currently in beta and might change without notice. This variant is also available:
gcloud alpha firestore change-streams delete