Skip to main content

Unset variable

The Unset variable action removes an app-level variable that was created using the Set variable action.

Configuration

ParameterDescriptionDefault
KeyName (string) of the variable to remove
DebounceTime in milliseconds to wait before executing the actionEmpty (no delay)
ToolJet - Action reference -Unset variable

Triggering via RunJS

actions.unSetVariable('<variableName>');
info

For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.