How to pull a nested Document Flask flyf35 — 8 April 2023 · Comments off Solution db.collection.update( { "name": "Random Name 2" }, { $pull: { "likings": { dinner: { $exists: true } } } })