Skip to main content

DROPSTORE

Permanently delete a store and all its contents. Add IF EXISTS to avoid an error when it's already gone.

Syntax

DROPSTORE <store_name>DROPSTORE <store_name> IF EXISTS SCHEMA analytics

Example

DROPSTORE my_store IF EXISTS

See SDK examples for Python, Node, Go, and Rust.