Deletes values from your data by naming where they sit. You list one or more paths, and everything at those paths is removed. This is the straightforward way to strip out fields you do not want to pass on, such as an internal note or a temporary helper value. Unlike removing by condition, this always removes whatever a path points at, without testing the value first.