ClearDictVariables is used to clear variables set with SetDictVariable. The parameters are optional
ClearDictVariables('VariablenName', 'Key')
ClearDictVariables('MyVar', 'key1')
Removes the value stored under key1 from the MyVar variable.
ClearDictVariables('MyVar')
Removes all values stored under the variable name MyVar.