v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1451364414.8 KB

Deletes all rule groups that are managed by Firewall Manager for the specified web ACL.

You can only use this if ManagedByFirewallManager is false in the specified WebACL.

post/#X-Amz-Target=AWSWAF_20190729.DeleteFirewallManagerRuleGroups

Headers

X-Amz-Target'AWSWAF_20190729.DeleteFirewallManagerRuleGroups' required

Request body

WebACLArnstring required

The Amazon Resource Name (ARN) of the web ACL.

WebACLLockTokenstring required

A token used for optimistic locking. WAF returns a token to your <code>get</code> and <code>list</code> requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like <code>update</code> and <code>delete</code>. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a <code>WAFOptimisticLockException</code>. If this happens, perform another <code>get</code>, and use the new token returned by that operation.

Response

Success

NextWebACLLockTokenstring

A token used for optimistic locking. WAF returns a token to your <code>get</code> and <code>list</code> requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like <code>update</code> and <code>delete</code>. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a <code>WAFOptimisticLockException</code>. If this happens, perform another <code>get</code>, and use the new token returned by that operation.