models.User.destroy({where: {userID: '유저ID'}}) .then(result => { res.json({}); }) .catch(err => { console.error(err); });