Untag Resource
controltower_untag_resource | R Documentation |
Removes tags from a resource¶
Description¶
Removes tags from a resource. For usage examples, see the Controls Reference Guide .
Usage¶
controltower_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The ARN of the resource. |
tagKeys |
[required] Tag keys to be removed from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)