Sequelize: Destroy/Delete all records in the table March 29, 2023 by Tarik You can try using db.User.destroy({ where: {}, truncate: true })