Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Microck/opencode-studio
/ deletePluginFromConfig
Function
deletePluginFromConfig
client-next/src/lib/api.ts:508–510 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
506
}
507
508
export
async
function
deletePluginFromConfig(name: string): Promise<void> {
509
await
api.delete(`/plugins/config/${encodeURIComponent(name)}`);
510
}
511
512
export
interface
UsageStats {
513
totalCost: number;
Callers
1
handleDelete
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected