Untag Resource
appregistry_untag_resource | R Documentation |
Removes tags from a resource¶
Description¶
Removes tags from a resource.
This operation returns an empty response if the call was successful.
Usage¶
appregistry_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon resource name (ARN) that specifies the resource. |
tagKeys |
[required] A list of the tag keys to remove from the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)