REMOVE
Removes the content stored the model shared data under a provided key.
Usage
REMOVE(key)
Parameters
key |
String |
The key under which the data is to be removed in the model shared data. |
Returns
Action
Examples
REMOVE(‘myKey’) |
Removes the data stored under ‘myKey’ in the model shared data. |
Remarks
N/A