Skip to main content

system.kanoa.item.deleteItemAttribute

Requires kanoaOPS license

Description

Deletes an item attribute.

Syntax

deleteItemAttribute(itemAttrId, userId)

Parameters:
  • itemAttrId (int): ID of the item attribute to delete.
  • userId (int): ID of the user.

  • Returns:
  • # of records modified (int)
  • Code Examples

    # Example Usage:
    itemAttrId = 24
    userId = 17
    deletedRecords = system.kanoa.item.deleteItemAttribute(itemAttrId, userId)