Skip to main content

system.kanoa.asset.deleteAssetGroup(assetGroupId, userId)

Deletes an asset group


Parameters

assetGroupId Integer: Id of the asset group to delete
userId Integer: Id of user executing the function


Returns

success Boolean
msg string # of records modified or error


Example

assetGroupId = 123
userId = 456
success, message = system.kanoa.asset.deleteAssetGroup(assetGroupId, userId)