mongoose.connection.db.dropCollection('collection', function(err, result) { if (err) { console.log(err) } if (result) { console.log(result) } })