Deletes the MyUser identified by the provided id from the accounts.
id
If keepProfile is true, then keeps the MyUser in the profiles.
keepProfile
true
Future<void> removeAccount(UserId id, {bool keepProfile = false});