DELETE PREDICATE
Delete all vectors whose metadata matches a predicate.
Syntax
DELETE PREDICATE <predicate> IN <store_name>DELETE PREDICATE <predicate> IN <store_name> SCHEMA analyticsExample
DELETE PREDICATE (category = "archive") IN my_storeSee SDK examples for Python, Node, Go, and Rust.