DEV Community

Discussion on: Remove and modify nested documents in MongoDB

Collapse
 
lucasmonstro profile image
Lucas Silva

You mean { $pull: {'domain.$.emails': {'Email': 'no-reply@example.de'}} }?