{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeletePolicyRequest", "title": "DeletePolicyRequest", "type": "object", "required": [ "PolicyArn" ], "properties": { "PolicyArn": { "allOf": [ { "$ref": "#/components/schemas/arnType" }, { "description": "

The Amazon Resource Name (ARN) of the IAM policy you want to delete.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

" } ] } } }