unset [function]
unset( dict|map var, (string) key )
removes an entry named key from the dictionary var
keyis only required to be ofstringtype if adictis passed
key from the dictionary varkey is only required to be of string type if a dict is passed