Users.updateMany({ first_name: { $exists: true } }, { $unset: { first_name: '' } }); // remove from all documents first_name field