Delete all data in a MongoDB collection

by Wolfram Saringer  (2019-02-28)
last change: 2019-03-01


# mongo <dbname>
> use <dbname>
> db.<collection name>.remove({})
> db.repairDatabase()
> db.compact()


all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.