Campground.findByIdAndRemove(req.params.id, function(err){ if(err){ res.redirect("/campgrounds"); } else { res.redirect("/campgrounds"); } });