File: //snap/google-cloud-cli/394/help/man/man1/gcloud_container_hub_memberships_bindings_delete.1
.TH "GCLOUD_CONTAINER_HUB_MEMBERSHIPS_BINDINGS_DELETE" 1
.SH "NAME"
.HP
gcloud container hub memberships bindings delete \- delete a Membership Binding
.SH "SYNOPSIS"
.HP
\f5gcloud container hub memberships bindings delete\fR (\fIBINDING\fR\ :\ \fB\-\-location\fR=\fILOCATION\fR\ \fB\-\-membership\fR=\fIMEMBERSHIP\fR) [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
This command can fail for the following reasons:
.RS 2m
.IP "\(bu" 2m
The Membership specified does not exist.
.IP "\(bu" 2m
The Membership Binding specified does not exist.
.IP "\(bu" 2m
The caller does not have permission to access the given Membership.
.IP "\(bu" 2m
The caller did not specify the location (\-\-location) if referring to location
other than global.
.RE
.sp
.SH "EXAMPLES"
To delete Membership Binding \f5BINDING_NAME\fR in global Membership
\f5MEMBERSHIP_NAME\fR for a global membership:
.RS 2m
$ gcloud container hub memberships bindings delete BINDING_NAME \e
\-\-membership=MEMBERSHIP_NAME
.RE
To delete a Binding \f5BINDING_NAME\fR associated with regional membership
\f5MEMBERSHIP_NAME\fR, provide the location LOCATION_NAME for the Membership
where the Binding belongs along with the membership name.
.RS 2m
$ gcloud container hub memberships bindings delete BINDING_NAME \e
\-\-membership=MEMBERSHIP_NAME \-\-location=LOCATION_NAME
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Binding resource \- The group of arguments defining a Membership Binding. 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.
To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5BINDING\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.
.RE
.sp
This must be specified.
.RS 2m
.TP 2m
\fIBINDING\fR
ID of the binding or fully qualified identifier for the binding.
To set the \f5binding\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5BINDING\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\-\-location\fR=\fILOCATION\fR
Location for the binding.
To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5BINDING\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-location\fR on the command line;
.IP "\(bu" 2m
set the property \f5gkehub/location\fR.
.RE
.sp
.TP 2m
\fB\-\-membership\fR=\fIMEMBERSHIP\fR
Name of the binding.
To set the \f5membership\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5BINDING\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-membership\fR on the command line.
.RE
.sp
.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 container hub memberships bindings delete
.RE
.RS 2m
$ gcloud beta container hub memberships bindings delete
.RE