DROPSTORE
Permanently remove an AI store and its contents. IF EXISTS avoids an error if it's already gone.
Syntax
DROPSTORE <store>DROPSTORE <store> IF EXISTS SCHEMA mediaExample
DROPSTORE article_store IF EXISTSSee SDK examples (choose the AI proxy tab) for Python, Node, Go, and Rust.