v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14104474602.4 KB

Removes a tag assigned to a Amazon GameLift resource. You can use resource tags to organize Amazon Web Services resources for a range of purposes. This operation handles the permissions necessary to manage tags for Amazon GameLift resources that support tagging.

To remove a tag from a resource, specify the unique ARN value for the resource and provide a string list containing one or more tags to remove. This operation succeeds even if the list includes tags that aren't assigned to the resource.

Learn more

Tagging Amazon Web Services Resources in the Amazon Web Services General Reference

Amazon Web Services Tagging Strategies

Related actions

All APIs by task

post/#X-Amz-Target=GameLift.UntagResource

Headers

X-Amz-Target'GameLift.UntagResource' required

Request body

ResourceARNstring required

The Amazon Resource Name (<a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html">ARN</a>) that uniquely identifies the Amazon GameLift resource that you want to remove tags from. Amazon GameLift includes resource ARNs in the data object for the resource. You can retrieve the ARN by calling a <code>List</code> or <code>Describe</code> operation for the resource type.

TagKeysTagKey[] required

A list of one or more tag keys to remove from the specified Amazon GameLift resource.

Response

Success

UntagResourceResponse required