Delete Method (SoLine)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a specified sales order line item record from the SO_Line table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- custId
- Required. Holds the customer ID.
- poId
- Required. Holds the ID of the customer's purchase order.
- soLineNo
- Required. Holds a number that identifies the line item in the sales order to be deleted.
- modId
Optional. Holds the modification ID assigned when this record was added or last updated, for optimistic concurrency control. The passed value must match the record's modId value for the record to be deleted.