frauddetector:DeleteOutcome is a Write access-level action in the frauddetector service. Grants permission to delete an outcome. You cannot delete an outcome that is used in a rule version
ARNs that frauddetector:DeleteOutcome can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:DeleteOutcome.
Filters actions based on the tags associated with the resource
A minimal policy that allows frauddetector:DeleteOutcome. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorDeleteOutcome",
"Effect": "Allow",
"Action": "frauddetector:DeleteOutcome",
"Resource": "*"
}
]
}