pymongo : delete records elegantly December 20, 2023 by Tarik You can use the following: collection.remove({"date": {"$gt": "2012-12-15"}})