MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / delete

Method delete

src/services/skill/fetch.ts:25–27  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

23 }
24
25 async delete(id: string) {
26 return del<{ success: boolean; error?: string }>(`/ai/skills/${id}`)
27 }
28
29 async importFromMd(rawMd: string) {
30 return post<{ success: boolean; error?: string }>('/ai/skills/import', { rawMd })

Callers

nothing calls this directly

Calls 1

delFunction · 0.90

Tested by

no test coverage detected