system.kanoa.attribute.deleteAttributeEvent
Description
Deletes an attribute event record.Syntax
deleteAttributeEvent(attributeEventId, userId)- int attributeEventId - Attribute event ID
- int userId - User ID
- int - Number of records modified
Code Examples
# Example usage
attributeEventId = 23
userId = 123
modifiedRecords = system.kanoa.attribute.deleteAttributeEvent(attributeEventId, userId)
print(modifiedRecords) # Print the number of modified records