MCPcopy 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
508export async function deletePluginFromConfig(name: string): Promise<void> {
509 await api.delete(`/plugins/config/${encodeURIComponent(name)}`);
510}
511
512export interface UsageStats {
513 totalCost: number;

Callers 1

handleDeleteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected