I need to delete a certain key and value from every entry in a particular collection. I\'ve looked into remove and that seems to be for only entire entries. Looking at updat
Also think about upsert() that will insert your row as a new document if _id does not exist or update the existing document if any.
upsert()
_id