mcp-turso-cloud

by spences10
Verified

delete_database

Delete a database from your Turso organization

Input Schema

NameRequiredDescriptionDefault
nameYesName of the database to delete

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the database to delete", "type": "string" } }, "required": [ "name" ], "type": "object" }