File: //snap/google-cloud-cli/394/help/man/man1/gcloud_compute_firewall-policies_associations_delete.1
.TH "GCLOUD_COMPUTE_FIREWALL\-POLICIES_ASSOCIATIONS_DELETE" 1
.SH "NAME"
.HP
gcloud compute firewall\-policies associations delete \- delete a Compute Engine organization firewall policy association
.SH "SYNOPSIS"
.HP
\f5gcloud compute firewall\-policies associations delete\fR \fINAME\fR \fB\-\-firewall\-policy\fR=\fIFIREWALL_POLICY\fR [\fB\-\-organization\fR=\fIORGANIZATION\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fBgcloud compute firewall\-policies associations delete\fR is used to delete
organization firewall policy association.
.SH "EXAMPLES"
To delete an association with name ``example\-association" of an organization
firewall policy with ID ``123456789", run:
.RS 2m
$ gcloud compute firewall\-policies associations delete \e
example\-association \-\-firewall\-policy=123456789
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fINAME\fR
Name of the association to delete.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-firewall\-policy\fR=\fIFIREWALL_POLICY\fR
Short name or ID of the firewall policy ID of the association.
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-organization\fR=\fIORGANIZATION\fR
ID of the organization in which the firewall policy is to be detached. Must be
set if FIREWALL_POLICY is short name.
.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 compute firewall\-policies associations delete
.RE
.RS 2m
$ gcloud beta compute firewall\-policies associations delete
.RE