when I call
db.collection.remove({\'condition\':\'some condition\'});
This one line will delete all the matching condition documents.
I used this and it's worked for me
db.eventList.remove({"_id":ObjectId("5d9f3bd0c02cef7d50bb97fb")});
this is working on MongoDB shell version: 3.2.17
here eventList ===> collection