
Description
This Node removes information from the Context object.Parameters
| Parameter | Type | Description |
|---|---|---|
| Key | CognigyScript | The 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. |
| Value | CognigyScript | The value to remove from the array. Required only if you select Array in the Mode parameter. |
| Mode | Select |
|