Skip to main content
Glama

yuque_delete_doc

Remove documents from Yuque knowledge bases using document ID and repository ID to manage content and maintain organized repositories.

Instructions

删除文档 (Delete document)

Input Schema

NameRequiredDescriptionDefault
docIdYes文档ID (Document ID)
repoIdYes知识库ID (Repository ID)

Input Schema (JSON Schema)

{ "properties": { "docId": { "description": "文档ID (Document ID)", "type": "number" }, "repoId": { "description": "知识库ID (Repository ID)", "type": "number" } }, "required": [ "docId", "repoId" ], "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/tanis2010/yuque-mcp-server'

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