export function deleteUser(userId: string): Promise<MongoUser> {
    console.log(`[Axios]: DELETE /api/users/${userId}`);

    return axios
        .delete<MongoUser>(