Variables can only be reset using the mapping functions ClearVariable, ClearVariables(see below) or ClearAllVariables, since a rule with an empty string is not executed!
ClearVariables('VariableName1, VariableName2, VariableName3')
Resets variables MyVar, Counter and Test:
ClearVariable('MyVar, Counter, Test')