Delete Method (SO)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a specified sales order record from the SO table.
The sales order is uniquely identified by the combination of the customer ID and purchase order ID in the sales order record.
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 PO.
- 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.