Astra DB MCP Server

Official
by datastax
Verified

DeleteRecord

Remove a specific record from a collection in Astra DB using the provided collection name and record ID through the MCP Server interface.

Instructions

Delete a record from a collection

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection containing the record
recordIdYesID of the record to delete

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Astra DB MCP Server

Related Tools

ID: tigix0yf4b