system.kanoa.lot.deleteLotOperation
Syntax
deleteLotOperation(lotOperationId, userId)Parameters:
Returns:
Code Examples
# Example usage
>lotOperationId = 2
>userId = 5
>retVal, msg = system.kanoa.lot.deleteLotOperation(lotOperationId, userId)
>print(retVal)