MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / postDeleteAccount

Function postDeleteAccount

client/src/utils/ajax.ts:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348// which suggests both are sent without any body
349// TODO: Convert to DELETE
350export function postDeleteAccount(): Promise<ResponseWithData<void>> {
351 return post('/account/delete', {});
352}
353
354export function postResetProgress(): Promise<ResponseWithData<void>> {
355 return post('/account/reset-progress', {});

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected