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 analyticsExample
DROPSTORE my_store IF EXISTSSee SDK examples for Python, Node, Go, and Rust.