Skip to main content
Removes certain parts of the context data based on accessors.

Fields

Accessor

A required field. Describes how the find the data that needs to be removed from the context. There are few standard accessors that can be used to find the data. Each of them uses a different method.

Sample data

AccesorInputOutput
Pattern: product.price{“product”: {“name”: “example”, “price”: 10}}{“product”: {“name”: “example”}}
Pattern: product.*{“product”: {“name”: “example”, “price”: 10}}{“product”: {}}