Model.remove({ _id: req.body.id }, function(err) { if (!err) { message.type = 'notification!'; } else { message.type = 'error'; } });