MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / deleteUserToken

Function deleteUserToken

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

Source from the content-addressed store, hash-verified

472
473/** DELETE **/
474export function deleteUserToken(): Promise<ResponseWithData<void>> {
475 return deleteRequest('/user/user-token', {});
476}
477
478export function deleteMsUsername(): Promise<ResponseWithData<void>> {
479 return deleteRequest('/user/ms-username', {});

Callers

nothing calls this directly

Calls 1

deleteRequestFunction · 0.85

Tested by

no test coverage detected