Back to Mindsdb

Remove a Data Source

docs/sdks/python/drop_database.mdx

26.1.0235 B
Original Source

Description

The drop_database() function enables you to remove a defined data source connection from MindsDB.

Syntax

Use the drop_database() method to remove a database:

python
server.drop_database('mysql_demo_db')