Astra DB MCP Server

Official

DeleteCollection

Delete a collection from the database

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to delete

Input Schema (JSON Schema)

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