Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.
lightsail_untag_resource(resourceName, tagKeys)[required] The name of the resource from which you are removing a tag.
[required] The tag keys to delete from the specified resource.
svc$untag_resource(
resourceName = "string",
tagKeys = list(
"string"
)
)
The untag resource operation supports tag-based access control via
request tags and resource tags applied to the resource identified by
resourceName. For more information, see the Lightsail Dev Guide.