Back to Mindsdb

Remove a Project

docs/mindsdb_sql/sql/drop/project.mdx

26.1.0212 B
Original Source

Description

The DROP PROJECT statement deletes the project.

Syntax

Here is the syntax:

sql
DROP PROJECT [IF EXISTS] project_name;

On execution, we get:

sql
Query successfully completed