securityagent:DeleteApplication is a Write access-level action in the securityagent service. Grants permission to delete application
ARNs that securityagent:DeleteApplication can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants securityagent:DeleteApplication.
Filters access by the tags associated with the resource
A minimal policy that allows securityagent:DeleteApplication. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSecurityagentDeleteApplication",
"Effect": "Allow",
"Action": "securityagent:DeleteApplication",
"Resource": "*"
}
]
}