mcp-database-server

delete_json_doc

Delete a JSON document by ID

Input Schema

NameRequiredDescriptionDefault
idYesID of document to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of document to delete", "type": "string" } }, "required": [ "id" ], "type": "object" }