Skip to main content

DELETE PREDICATE

Delete all vectors whose metadata matches a predicate.

Syntax

DELETE PREDICATE <predicate> IN <store_name>DELETE PREDICATE <predicate> IN <store_name> SCHEMA analytics

Example

DELETE PREDICATE (category = "archive") IN my_store

See SDK examples for Python, Node, Go, and Rust.