Delete Method (Cust)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a specified customer or vendor record from the Cust table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call .
- custId
- Required. Holds the customer or vendor ID.
- modId
- Optional. Holds the modification ID assigned the last time this record was added or updated, for optimistic concurrency control. If it is specified, the passed value must match the record's modId value for the record to be deleted.