Unset page variable
Use this action to clear a variable that was created using the Set Page Variable action.
Configuration
| Parameter | Description | Default |
|---|---|---|
| Key | Name (string) of the page variable to clear | — |
| Debounce | Time in milliseconds to wait before executing the action | Empty (no delay) |
Triggering via RunJS
await actions.unsetPageVariable('<variableName>');
variableName is the key of the variable that was provided while creating the variable.
info
For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.