MCPcopy
hub / github.com/codeaashu/claude-code / delete

Method delete

web/lib/api/conversations.ts:34–34  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

32 create(options?: CreateOptions): Promise<Conversation>;
33 update(id: string, updates: Partial<Pick<Conversation, "title" | "model">>): Promise<Conversation>;
34 delete(id: string): Promise<void>;
35 export(id: string, format: "json" | "markdown"): Promise<Blob>;
36}
37

Callers 15

setAgentColorFunction · 0.65
KeybindingProviderFunction · 0.65
KeybindingSetupFunction · 0.65
cachedLexerFunction · 0.65
LogSelectorFunction · 0.65
TaskListV2Function · 0.65
MessagesImplFunction · 0.65
RecentDenialsTabFunction · 0.65
resolveFieldAsyncFunction · 0.65
TreeSelectFunction · 0.65
cachedHighlightFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected