Smithery
connect.delete
Delete a connection and terminate its MCP session. Requires API key and namespace ownership.
Remote smithery
Other tools also called connect.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"namespace": {
"type": "string",
"description": "path parameter"
},
"connectionId": {
"type": "string",
"description": "path parameter"
}
}
}