v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1448206184.6 KB

Removes one or more tags from the specified resource.

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

Headers

X-Amz-Target'Logs_20140328.UntagResource' required

Request body

resourceArnstring required
<p>The ARN of the CloudWatch Logs resource that you're removing tags from.</p> <p>The ARN format of a log group is <code>arn:aws:logs:<i>Region</i>:<i>account-id</i>:log-group:<i>log-group-name</i> </code> </p> <p>The ARN format of a destination is <code>arn:aws:logs:<i>Region</i>:<i>account-id</i>:destination:<i>destination-name</i> </code> </p> <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html">CloudWatch Logs resources and operations</a>.</p>
tagKeysTagKey[] required

The list of tag keys to remove from the resource.

Response

Success