how to unset a field in mongodb code example Example: remove property mongodb Click to copydb.myCollection.update({}, {$unset: {fieldToRemove:1}} , {multi: true});