Server
Accounts.removeEmail(userId, email)
import { Accounts } from 'meteor/accounts-base'
Source Remove an email address for a user. Use this instead of updating the database directly.
Arguments
- userId String
-
The ID of the user to update.
- email String
-
The email address to remove.
Please login to continue.