Skip to content

script.variableDelete

Deletes a variable in the Model. Note this function is permanent.

js
script.variableDelete(key)
script.variableDelete(key)

Parameters

  • key - The identifier of the variable to be deleted.

Example

js
script.variableDelete("Current Month");
script.variableDelete("Current Month");