gcloud alpha firestore change-streams delete

NAME
gcloud alpha firestore change-streams delete - delete a Cloud Firestore change stream
SYNOPSIS
gcloud alpha 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 alpha 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 alpha 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 alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.