system.kanoa.asset.deleteState
Description
Deletes an asset state. If the state has been used, it sets the enabled property to False.Syntax
deleteState(stateId)Parameters:
Returns:
Code Examples
# Example Usage:
state_id = 1
records_modified, status_msg = system.kanoa.asset.deleteState(state_id)