Delete Method (ItemAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item attribute record from the Item_Attr table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemId
- Required. Holds the ID of the item for which an attribute is being deleted.
- attrId
- Required. Holds the ID of the attribute that is being deleted from the item.
- modId
- Required. Holds a modification ID value to avoid data contention. The passed value must match the mod ID value in the database for the record to be deleted.