wafv2_delete_rule_group {paws.security.identity} | R Documentation |
Deletes the specified RuleGroup
Description
Deletes the specified RuleGroup.
See https://www.paws-r-sdk.com/docs/wafv2_delete_rule_group/ for full documentation.
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. 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 |