System Functionssystem.kanoa.lotdeleteLotEventOn this pagesystem.kanoa.lot.deleteLotEvent(lotEventId, userId)Deletes a lot eventParameterslotEventId Integer userId IntegerReturns# of records modified Integer message String None if successExamplelotEventId = 76userId = 5retVal, msg = system.kanoa.lot.deleteLotEvent(lotEventId, userId)