Skip to main content

Description

This Node removes information from the Context object.

Parameters

ParameterTypeDescription
KeyCognigyScriptThe key you want to remove. This can be a key nested with dot, for example, my.first.key.
ValueCognigyScriptThe value to remove from the array if Mode = Array is chosen.
ModeSelect
  • Simple removes the key completely
  • Array removes the value from the array stored at context.key
I