File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_iam_policy-bindings_delete.1
.TH "GCLOUD_BETA_IAM_POLICY\-BINDINGS_DELETE" 1
.SH "NAME"
.HP
gcloud beta iam policy\-bindings delete \- delete PolicyBinding instance
.SH "SYNOPSIS"
.HP
\f5gcloud beta iam policy\-bindings delete\fR (\fIPOLICY_BINDING\fR\ :\ \fB\-\-folder\fR=\fIFOLDER\fR\ \fB\-\-location\fR=\fILOCATION\fR\ \fB\-\-organization\fR=\fIORGANIZATION\fR) [\fB\-\-async\fR] [\fB\-\-etag\fR=\fIETAG\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR Delete PolicyBinding instance.
.SH "EXAMPLES"
To delete \f5my\-binding\fR instance in organization \f5123\fR run:
.RS 2m
$ gcloud beta iam policy\-bindings delete my\-binding \e
\-\-organization=123 \-\-location=global
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
PolicyBinding resource \- The name of the policy binding to delete.
Format:
.RS 2m
.IP "\(em" 2m
\f5projects/{project_id}/locations/{location}/policyBindings/{policy_binding_id}\fR
.IP "\(em" 2m
\f5projects/{project_number}/locations/{location}/policyBindings/{policy_binding_id}\fR
.IP "\(em" 2m
\f5folders/{folder_id}/locations/{location}/policyBindings/{policy_binding_id}\fR
.IP "\(em" 2m
\f5organizations/{organization_id}/locations/{location}/policyBindings/{policy_binding_id}\fR
The arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but can
be set in other ways.
.RE
.sp
To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5policy_binding\fR on the command line with a fully
specified name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR. This resource can be one of the following
types: [iam.folders.locations.policyBindings,
iam.organizations.locations.policyBindings,
iam.projects.locations.policyBindings].
.RE
.sp
This must be specified.
.RS 2m
.TP 2m
\fIPOLICY_BINDING\fR
ID of the policyBinding or fully qualified identifier for the policyBinding.
To set the \f5policy_binding\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5policy_binding\fR on the command line.
.RE
.sp
This positional argument must be specified if any of the other arguments in this
group are specified.
.TP 2m
\fB\-\-folder\fR=\fIFOLDER\fR
The folder id of the policyBinding resource.
To set the \f5folder\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5policy_binding\fR on the command line with a fully
specified name;
.IP "\(bu" 2m
provide the argument \f5\-\-folder\fR on the command line. Must be specified for
resource of type [iam.folders.locations.policyBindings].
.RE
.sp
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
The location id of the policyBinding resource.
To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5policy_binding\fR on the command line with a fully
specified name;
.IP "\(bu" 2m
provide the argument \f5\-\-location\fR on the command line.
.RE
.sp
.TP 2m
\fB\-\-organization\fR=\fIORGANIZATION\fR
The organization id of the policyBinding resource.
To set the \f5organization\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5policy_binding\fR on the command line with a fully
specified name;
.IP "\(bu" 2m
provide the argument \f5\-\-organization\fR on the command line. Must be
specified for resource of type [iam.organizations.locations.policyBindings].
.RE
.sp
.RE
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-etag\fR=\fIETAG\fR
The etag of the policy binding. If this is provided, it must match the server's
etag.
.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 "API REFERENCE"
This command uses the \fBiam/v3beta\fR API. The full documentation for this API
can be found at: https://cloud.google.com/iam/
.SH "NOTES"
This command is currently in beta and might change without notice. This variant
is also available:
.RS 2m
$ gcloud iam policy\-bindings delete
.RE