Skip to content

Delete Permission Policy

wafv2_delete_permission_policy R Documentation

Permanently deletes an IAM policy from the specified rule group

Description

Permanently deletes an IAM policy from the specified rule group.

You must be the owner of the rule group to perform this operation.

Usage

wafv2_delete_permission_policy(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the rule group from which you want to delete the policy.

You must be the owner of the rule group to perform this operation.

Value

An empty list.

Request syntax

svc$delete_permission_policy(
  ResourceArn = "string"
)