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
Example response
{
"status": "success",
"message": "Operation completed successfully"
}