Delete Rule Group
| wafv2_delete_rule_group | R Documentation | 
Deletes the specified RuleGroup¶
Description¶
Deletes the specified RuleGroup.
Usage¶
wafv2_delete_rule_group(Name, Scope, Id, LockToken)
Arguments¶
| Name | [required] The name of the rule group. You cannot change the name of a rule group after you create it. | 
| Scope | [required] Specifies whether this is for a global resource type,
such as a Amazon CloudFront distribution. For an Amplify application,
use  To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: 
 | 
| Id | [required] A unique identifier for the rule group. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete. | 
| LockToken | [required] A token used for optimistic locking. WAF returns a
token to your  | 
Value¶
An empty list.
Request syntax¶
svc$delete_rule_group(
  Name = "string",
  Scope = "CLOUDFRONT"|"REGIONAL",
  Id = "string",
  LockToken = "string"
)