Skip to main content

Description

This Node removes information from the Context object.

Parameters

ParameterTypeDescription
KeyCognigyScriptThe key of the property you want to remove from the Context object. For example, if you enter requestedProduct, it removes the context.requestedProduct property. You can use nested keys, for example, user.profile.name removes the context.user.profile.name property from the Context object. This parameter doesnโ€™t support dashes or hyphens.
ValueCognigyScriptThe value to remove from the array. Required only if you select Array in the Mode parameter.
ModeSelect
  • Simple โ€” removes the key-value pair completely from the Context object.
  • Array โ€” removes the value entered in the Value parameter from the array under the key in the Context object.