Delete Method (ItemClass)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item class record from the Item_Class table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal itemClassId As String _
)
public static void Delete(
int sessionId,
string itemClassId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemClassId
- Required. Holds the ID of the item class to be deleted.