System Functionssystem.kanoa.securitydeleteRoleOn this pagesystem.kanoa.security.deleteRole(roleId, userId)Deletes a user roleParametersroleId Integer userId IntegerReturns# of records modified Integer message String None if successExampleuserId = 123retVal, msg = system.kanoa.security.deleteRole(1, 123)