system.kanoa.asset.deleteAssetAttribute
Description
Deletes an asset attribute value (kanoaOPS).Syntax
deleteAssetAttribute(assetAttrId, userId)- assetAttrId (int) - The ID of the asset attribute value to be deleted.
- userId (int) - User ID.
- records modified (int).
Code Examples
# Example Usage:
modified_records = system.kanoa.asset.deleteAssetAttribute(123, 456)