Linked Questions

Popular Questions

Remove all documents from each collection with the matched query

Asked by At

I want to remove all documents with the matched query in mongodb. which means there will be a field "head" in all collections. i want to remove all documents in each collection with head is matched with id : 128643 using single query. How can i do that with mongoose?

Related Questions