v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1413106198.8 KB

Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and the Application Auto Scaling scalable target.

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

Headers

X-Amz-Target'AnyScaleFrontendService.UntagResource' required

Request body

ResourceARNstring required
<p>Identifies the Application Auto Scaling scalable target from which to remove tags.</p> <p>For example: <code>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</code> </p> <p>To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>.</p>
TagKeysTagKey[] required

One or more tag keys. Specify only the tag keys, not the tag values.

Response

Success

UntagResourceResponse required

Example response

{}