DELETE
/
api
/
databases
/
{databaseName}
curl --request DELETE \
  --url http://127.0.0.1:47334/api/databases/{databaseName}
"<string>"

The REST API endpoints can be used with MindsDB running locally at http://127.0.0.1:47334/api.

Path Parameters

databaseName
string
required

Name of existing database to delete

Response

200
application/json
An empty response indicates success

The response is of type string.