Category.findById(req.body.parentId, function(err, category) { category.subcategories.id(req.body.id).remove(); category.save(); });