Removes one or more tags from the workgroup resource. Takes as an input a list of TagKey Strings separated by commas, and removes their tags at the same time.
athena_untag_resource(ResourceARN, TagKeys)[required] Removes one or more tags from the workgroup resource for the specified ARN.
[required] Removes the tags associated with one or more tag keys from the workgroup resource.
svc$untag_resource(
ResourceARN = "string",
TagKeys = list(
"string"
)
)