Skip to main content

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 media

Example

DROPSTORE article_store IF EXISTS

See SDK examples (choose the AI proxy tab) for Python, Node, Go, and Rust.