system.kanoa.security.deleteUserAssetRole
Description
Deletes a user asset role association.Syntax
deleteUserAssetRole(paramsDict)- paramsDict (Dictionary) - Dictionary with keys such as roleId, assetId, and userId.
- userId (Integer) - User ID.
- Number of records created or updated (Integer).
Code Example
# Example Usage:
system.kanoa.security.deleteUserAssetRole({'roleId': 1, 'assetId': 3, 'userId': 6}, 123)