await models.ticket.destroy({
            where: {
              id: context.params.id,
              user_id: context.state.user.user_id,
            },