Removes the specified tag or tags from the specified AWS CloudHSM cluster.
cloudhsmv2_untag_resource(ResourceId, TagKeyList)[required] The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.
[required] A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.
svc$untag_resource(
  ResourceId = "string",
  TagKeyList = list(
    "string"
  )
)