Deletes tags from a specified resource group.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:Untag
resourcegroups_untag(Arn, Keys)
[required] The ARN of the resource group from which to remove tags. The command removed both the specified keys and any values associated with those keys.
[required] The keys of the tags to be removed.
A list with the following syntax:
list( Arn = "string", Keys = list( "string" ) )
svc$untag( Arn = "string", Keys = list( "string" ) )