forecast:DeleteExplainability

Write

forecast:DeleteExplainability is a Write access-level action in the forecast service. Grants permission to delete an explainability

Resource types

ARNs that forecast:DeleteExplainability can be scoped to in an IAM policy.

arn:${Partition}:forecast:${Region}:${Account}:explainability/${ResourceId}
explainability

Condition keys

Keys you can use in the Condition block of a policy that grants forecast:DeleteExplainability.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows forecast:DeleteExplainability. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowForecastDeleteExplainability",
      "Effect": "Allow",
      "Action": "forecast:DeleteExplainability",
      "Resource": "*"
    }
  ]
}

Related actions in forecast

View all forecast actions →