system.kanoa.asset.deleteAssetAttribute(assetAttrId, userId)
Deletes an asset attribute value
Parameters
assetAttrId Integer: Id of assetAttribute to delete
userId Integer: Id of user executing the function
Returns
# of records modified Integer
Example
modifiedRecords = system.kanoa.asset.deleteAssetAttribute(123, 456)