system.kanoa.lot.deleteLotAttribute(lotAttributeId, userId)
Deletes a lot attribute
Parameters
lotAttributeId Integer
userId Integer: Id of user executing the function
Returns
# of records modified Integer
message String None if success
Example
lotAttributeId = 1
retVal, msg = system.kanoa.lot.deleteLotAttribute(lotAttributeId, 5)