Skip to main content

system.kanoa.attribute.deleteAttributeEvent(attributeEventId, userId)

Deletes an attribute event record


Parameters

attributeEventId Integer
userId Integer: Id of user executing the function


Returns

# of records modified Integer


Example

attributeEventId = 23
userId = 123
modifiedRecords = system.kanoa.attribute.deleteAttributeEvent(attributeEventId, userId)