system.kanoa.asset.deleteAssetTagStructure(assetId, userId)
Deletes the assetOEE UDT instance for the given asset
Parameters
assetId Integer: Id of asset
userId Integer: Id of user executing the function
Returns
None. This function does not return a value
Example
assetId = 123
userId = 456
system.kanoa.asset.deleteAssetTagStructure(assetId, userId)