system.kanoa.attribute.deleteAttributeEvent
Description
Deletes an attribute event record.Syntax
deleteAttributeEvent(attributeEventId, userId)Parameters:
Returns:
Code Examples
# Example usage
attributeEventId = 23
userId = 123
modifiedRecords = system.kanoa.attribute.deleteAttributeEvent(attributeEventId, userId)
print(modifiedRecords) # Print the number of modified records