Date: 2018-02-15
This tutorial demonstrates how to delete collections in MongoDB. It details several methods: db.collection.remove(), which deletes all or a single matching document; db.collection.deleteOne(), removing only the first matching docum...