system.kanoa.lot.deleteLotOperationEvent
Description
Deletes a lot operation event.Syntax
deleteLotOperationEvent(lotOperationEventId, userId)Parameters:
Returns:
Code Examples
# Example usage
>lotOperationEventId = 2
>userId = 5
>retVal, msg = system.kanoa.lot.deleteLotOperationEvent(lotOperationEventId, userId)
>print(retVal)