TestData.update( {}, {$pull: {comments: req.params.comment_id}}, { multi: true }, function(err, data){ console.log(err, data); });