Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.
kinesisanalytics_untag_resource(ResourceARN, TagKeys)
[required] The ARN of the Kinesis Analytics application from which to remove the tags.
[required] A list of keys of tags to remove from the specified application.
svc$untag_resource( ResourceARN = "string", TagKeys = list( "string" ) )