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