MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Create Projects
Remove a Project
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SQL API
Overview
MindsDB SQL Syntax
Get Started
Integrate Data Sources
Integrate AI Engines
Create Projects
Create a Project
Remove a Project
List Projects
Deploy Models
Get Predictions
Manipulate Data in Tables, Views, and Files
Automate Workflows with Jobs
Automate Workflows with Triggers
Customize Chatbots with Agents
On this page
Description
Syntax
Create Projects
Remove a Project
Description
The
DROP PROJECT
statement deletes the project.
Syntax
Here is the syntax:
Copy
Ask AI
DROP
PROJECT [IF EXISTS] project_name;
On execution, we get:
Copy
Ask AI
Query successfully completed
Suggest edits
Raise issue
Create a Project
List Projects
Assistant
Responses are generated using AI and may contain mistakes.