Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/workspace/mcp/{mcp_name} \ --header 'x-user-id: <x-user-id>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Remove an MCP client from the session’s workspace by name.
Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.
Successful Response