Delete Method (LotAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes a lot attribute record from the Lot_Attr table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemId
Required. Holds the ID of the item.
- lotNo
Required. Holds the lot number.
- attrId
Required. Holds the ID of the attribute that is being deleted from the lot.
- modId
- Optional. Holds a mod ID value to avoid data contention. If it is specified, the passed value must match the mod ID value in the database for the record to be deleted.