purchase-orders:UntagResource

Tagging

purchase-orders:UntagResource is a Tagging access-level action in the purchase-orders service. Grants permission to remove tags from a purchase order

Resource types

ARNs that purchase-orders:UntagResource can be scoped to in an IAM policy.

arn:${Partition}:purchase-orders::${Account}:purchase-order/${ResourceName}
purchase-order

Condition keys

Keys you can use in the Condition block of a policy that grants purchase-orders:UntagResource.

aws:ResourceTag/${TagKey} String

Filters access by the set of tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows purchase-orders:UntagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPurchaseordersUntagResource",
      "Effect": "Allow",
      "Action": "purchase-orders:UntagResource",
      "Resource": "*"
    }
  ]
}

Related actions in purchase-orders

View all purchase-orders actions →