Delete Document

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developers.meetcody.ai/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Cody AI MCP server": {
  "url": "https://developers.meetcody.ai/mcp"
}
Close
DELETE /documents/{id}

Delete document by id.

Path parameters

  • id string Required

Responses

  • 200

    OK

DELETE /documents/{id}
curl \
 --request DELETE 'https://getcody.ai/api/v1/documents/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"