Syntax
removeFromContext(key, value, mode)
Description
Removes data from the Context object: either a key-value entry or a specific value within an array stored under that key. Parameters:key:stringโ the key in the Context object.value:stringโ the value to remove if the mode is set to"array".mode:"simple" | "array":"simple"โ deletes a key-value entry."array"โ removes a value from the array.
void