v1

latestOpenAPI 3.0.3MIT2026-07-132953108.7 KB
MCP Management

Remove MCP Client

Remove an MCP client configuration and disconnect it from the system.

delete/api/mcp/client/{name}

Path parameters

namestring required

Name of the MCP client to remove

Response

MCP client removed successfully

status'success' required

Operation status

messagestring required

Success message

Example response

{
  "status": "success",
  "message": "Operation completed successfully"
}