Skip to main content

system.kanoa.item.deleteItemState

Description

Deletes an item state

Syntax

deleteItemState(itemStateId, userId)

Parameters:
  • itemStateId (int)
  • userId (int)

  • Returns:
  • # of records modified (int)
  • msg (string): None if success
  • Code Examples

    # Example Usage:
    itemStateId = 12
    userId = 17
    retVal, msg = system.kanoa.item.deleteItemState(itemStateId, userId)