MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / deleteProject

Function deleteProject

ui/src/lib/api.ts:84–88  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

82}
83
84export async function deleteProject(name: string): Promise<void> {
85 await fetchJSON(`/projects/${encodeURIComponent(name)}`, {
86 method: 'DELETE',
87 })
88}
89
90export async function getProjectPrompts(name: string): Promise<ProjectPrompts> {
91 return fetchJSON(`/projects/${encodeURIComponent(name)}/prompts`)

Callers

nothing calls this directly

Calls 1

fetchJSONFunction · 0.85

Tested by

no test coverage detected