Open
Description
Our delete-by-predicate API doesn't support filtering on _field
(see #20399). When users try to filter on it now, they get back a successful response code even though no data is deleted. We should directly check for use of _field
in predicates and return a "Not Implemented" error so users aren't surprised when their data never gets removed.