Skip to content

Return a "Not Implemented" error when _field is used in a predicate passed to the delete API #22415

Open
@danxmoran

Description

@danxmoran

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions