v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434151259.9 KB

Removes the specified tag key and value pairs from the specified resource share or managed permission.

post/untagresource

Request body

resourceShareArnstring

Specifies the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share. You must specify either <code>resourceShareArn</code>, or <code>resourceArn</code>, but not both.

tagKeysTagKey[] required

Specifies a list of one or more tag keys that you want to remove.

resourceArnstring

Specifies the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of the managed permission that you want to remove tags from. You must specify either <code>resourceArn</code>, or <code>resourceShareArn</code>, but not both.

Response

Success

UntagResourceResponse required