File: //snap/google-cloud-cli/current/help/man/man1/gcloud_compute_security-policies_rules_delete.1
.TH "GCLOUD_COMPUTE_SECURITY\-POLICIES_RULES_DELETE" 1
.SH "NAME"
.HP
gcloud compute security\-policies rules delete \- delete Compute Engine security policy rules
.SH "SYNOPSIS"
.HP
\f5gcloud compute security\-policies rules delete\fR [\fIPRIORITY\fR\ ...] [\fB\-\-region\fR=\fIREGION\fR] [\fB\-\-security\-policy\fR=\fISECURITY_POLICY\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fBgcloud compute security\-policies rules delete\fR is used to delete security
policy rules.
.SH "EXAMPLES"
To delete the rule at priority 1000, run:
.RS 2m
$ gcloud compute security\-policies rules delete 1000 \e
\-\-security\-policy=my\-policy
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
[\fIPRIORITY\fR ...]
The priority of the rules to delete. Rules are evaluated in order from highest
priority to lowest priority where 0 is the highest priority and 2147483647 is
the lowest priority.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-region\fR=\fIREGION\fR
Region of the security policy to delete. If not specified, you might be prompted
to select a region (interactive mode only).
A list of regions can be fetched by running:
.RS 2m
$ gcloud compute regions list
.RE
Overrides the default \fBcompute/region\fR property value for this command
invocation.
.TP 2m
\fB\-\-security\-policy\fR=\fISECURITY_POLICY\fR
The security policy that this rule belongs to.
.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 security\-policies rules delete
.RE
.RS 2m
$ gcloud beta compute security\-policies rules delete
.RE