Delete Method (CustContact)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a specified customer or vendor contact record from the Cust_Contact table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal custId As String, _
ByVal contactId As Integer _
)
'Usage
Dim sessionId As Integer
Dim custId As String
Dim contactId As Integer
CustContact.Delete(sessionId, custId, contactId)
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.
- contactId
- Required. Holds the contact ID.