DROP PREDICATE INDEX
Remove a predicate index. The data stays; queries just lose the speed-up.
Syntax
DROP PREDICATE INDEX <field> IN <store_name>DROP PREDICATE INDEX <field> IN <store_name> SCHEMA analyticsExample
DROP PREDICATE INDEX category IN my_storeSee SDK examples for Python, Node, Go, and Rust.