Introduction
Sometimes you want to remove all data from a collection to start fresh or clear old information.
You want to clear all user data before importing new data.
You need to reset a test database collection during development.
You want to delete all logs older than a certain date (after filtering).
You want to empty a collection before archiving it.
You want to remove all temporary data stored in a collection.