connect_untag_resource: Removes the specified tags from the specified resource
Description
Removes the specified tags from the specified resource.
Usage
connect_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn
[required] The Amazon Resource Name (ARN) of the resource.
Request syntax
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)