Delete Method (ItemClassAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item class attribute record from the Item_Class_Attr table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal itemClassId As String, _
ByVal attrId As Integer _
)
'Usage
Dim sessionId As Integer
Dim itemClassId As String
Dim attrId As Integer
ItemClassAttr.Delete(sessionId, itemClassId, attrId)
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 for which an attribute is being deleted.
- attrId
- Required. Holds the ID of the attribute that is being deleted from the item class.