DELETE KEY
Delete a vector by its exact key.
Syntax
DELETE KEY <key> IN <store_name>DELETE KEY <key> IN <store_name> SCHEMA analyticsExample
DELETE KEY doc1 IN my_storeSee SDK examples for Python, Node, Go, and Rust.
Delete a vector by its exact key.
DELETE KEY <key> IN <store_name>DELETE KEY <key> IN <store_name> SCHEMA analyticsDELETE KEY doc1 IN my_storeSee SDK examples for Python, Node, Go, and Rust.