Delete Method (ItemCategoryLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item category link record from the Item_Category_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal categoryId As Integer, _
ByVal itemId As String _
)
'Usage
Dim sessionId As Integer
Dim categoryId As Integer
Dim itemId As String
ItemCategoryLink.Delete(sessionId, categoryId, itemId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- categoryId
- Required. Holds the ID of the category to be deleted.
- itemId
- Required. Holds the ID of the item to be deleted.