$removeVariable

Removes all the named variables from the current branch.
Syntax
    $removeVariable{variable_name_1}{variable_name_2} ... {variable_name_n}
DocumentationRemoves all the named variables from the current branch:

    Parameters:
      variable_name_1 through variable_name_n, the names of the variables of the current branch to be removed.
Examples
Remove a variable named 'some_variable':

    $if{$existsVariable{some_variable}}
      {
      $removeVariable{some_variable}
      }
GroupBranch
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters <unlimited>