ClearDictVariables('VariablenName', 'Key')
==== Beispiel ====
ClearDictVariables('MyVar', 'key1')
Removes the value stored under **key1** from the **MyVar** variable.
ClearDictVariables('MyVar')
Removes all values stored under the variable name **MyVar**.