v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447387247.5 KB

Disassociates a resource from a list of tags. The resource is identified by the <code>ResourceArn</code> input parameter. The tags are identified by the list of keys in the <code>TagKeys</code> input parameter.

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

Headers

X-Amz-Target'CodeDeploy_20141006.UntagResource' required

Request body

ResourceArnstring required

The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the <code>TagKeys</code> input parameter.

TagKeysKey[] required

A list of keys of <code>Tag</code> objects. The <code>Tag</code> objects identified by the keys are disassociated from the resource specified by the <code>ResourceArn</code> input parameter.

Response

Success

UntagResourceOutput required