REMOVE_GLOBAL

Removes the content stored the global shared data under a provided key.

Usage

REMOVE_GLOBAL(key)

Parameters

key

String

The key under which the data is to be removed in the global shared data.

Returns

Action

Examples

REMOVE_GLOBAL(‘myKey’)

Removes the data stored under ‘myKey’ in the global shared data.

Remarks

N/A