Skip to main content
DELETE
/
api
/
mcp
/
client
/
{name}
Remove an MCP client
curl --request DELETE \
  --url http://localhost:8080/api/mcp/client/{name}
{
  "status": "success",
  "message": "MCP client removed successfully"
}

Path Parameters

name
string
required

The name of the MCP client to remove.

Response

Client removed successfully

status
string
Example:

"success"

message
string
Example:

"MCP client removed successfully"