cURL
curl --request DELETE \ --url http://localhost:8080/api/mcp/client/{name}
{ "status": "success", "message": "MCP client removed successfully" }
Removes an MCP client configuration and disconnects it.
The name of the MCP client to remove.
Client removed successfully
"success"
"MCP client removed successfully"
Was this page helpful?