{
"$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": "<p>The Amazon Resource Name (ARN) of the IAM policy you want to delete.</p> <p>For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>"
}
]
}
}
}