MCPcopy Create free account
hub / github.com/mlco2/codecarbon / deleteProject

Function deleteProject

webapp/src/api/projects.ts:50–54  ·  view source on GitHub ↗
(projectId: string)

Source from the content-addressed store, hash-verified

48}
49
50export async function deleteProject(projectId: string): Promise<void> {
51 await fetchApiVoid(`/projects/${projectId}`, {
52 method: "DELETE",
53 });
54}

Callers 1

handleDeleteConfirmFunction · 0.90

Calls 1

fetchApiVoidFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…