Skip to main content
Glama

Couchbase MCP Server

delete_document_by_id

Remove a specific document from a Couchbase MCP Server by specifying its scope, collection, and document ID. Returns True for successful deletion and False if the operation fails.

Instructions

Delete a document by its ID. Returns True on success, False on failure.

Input Schema

NameRequiredDescriptionDefault
collection_nameYes
document_idYes
scope_nameYes

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" }, "document_id": { "title": "Document Id", "type": "string" }, "scope_name": { "title": "Scope Name", "type": "string" } }, "required": [ "scope_name", "collection_name", "document_id" ], "title": "delete_document_by_idArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Couchbase-Ecosystem/mcp-server-couchbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server