mongoose remove property from nested document

Solutions on MaxInterview for mongoose remove property from nested document by the best coders in the world

showing results for - "mongoose remove property from nested document"
Yasser
07 May 2018
1db.collectionName.update({},{"$unset":{"values.727920":""}})