user.remove()
    .then(deletedUser => res.json(deletedUser))
    .catch(e => next(e));