Skip to main content

system.kanoa.event.deleteCountEvent

Description

Deletes a specific count entry in the counterEvent table.

Syntax

deleteCountEvent(counterEventId, userId)

Parameters:
  • counterEventId (int)
  • userId (int)

  • Returns:
  • Records modified (int)
  • Code Examples

    # Example Usage:
    counterEventId = 123
    userId = 999
    recordsModified = system.kanoa.event.deleteCountEvent(counterEventId, userId)