MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / deleteMsUsername

Function deleteMsUsername

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

Source from the content-addressed store, hash-verified

476}
477
478export function deleteMsUsername(): Promise<ResponseWithData<void>> {
479 return deleteRequest('/user/ms-username', {});
480}
481
482/** RTK */
483

Callers

nothing calls this directly

Calls 1

deleteRequestFunction · 0.85

Tested by

no test coverage detected