system.kanoa.event.deleteCountEvent
Description
Deletes a specific count entry in the counterEvent table.Syntax
deleteCountEvent(counterEventId, userId)Parameters:
Returns:
Code Examples
# Example Usage:
counterEventId = 123
userId = 999
recordsModified = system.kanoa.event.deleteCountEvent(counterEventId, userId)