system.kanoa.asset.deleteAssetTagStructure
Description
Deletes the assetOEE UDT instance for the passed-in assetId (kanoaOPS).Syntax
deleteAssetTagStructure(assetId, userId)- assetId (int) - ID of the asset.
- userId (int) - User ID.
- No specific return value.
Code Examples
# Example Usage:
asset_id = 123
user_id = 456
system.kanoa.asset.deleteAssetTagStructure(asset_id, user_id)