File: //snap/google-cloud-cli/current/help/man/man1/gcloud_firestore_user-creds_delete.1
.TH "GCLOUD_FIRESTORE_USER\-CREDS_DELETE" 1
.SH "NAME"
.HP
gcloud firestore user\-creds delete \- deletes a Cloud Firestore user creds
.SH "SYNOPSIS"
.HP
\f5gcloud firestore user\-creds delete\fR \fIUSER_CREDS\fR \fB\-\-database\fR=\fIDATABASE\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To delete user creds 'test\-user\-creds\-id' under database testdb.
.RS 2m
$ gcloud firestore user\-creds delete test\-user\-creds\-id \e
\-\-database='testdb'
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIUSER_CREDS\fR
The user creds to operate on.
For example, to operate on user creds \f5creds\-name\-1\fR:
.RS 2m
$ gcloud firestore user\-creds delete creds\-name\-1
.RE
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-database\fR=\fIDATABASE\fR
The database to operate on.
For example, to operate on database \f5foo\fR:
.RS 2m
$ gcloud firestore user\-creds delete \-\-database='foo'
.RE
.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"
These variants are also available:
.RS 2m
$ gcloud alpha firestore user\-creds delete
.RE
.RS 2m
$ gcloud beta firestore user\-creds delete
.RE