Skip to main content

system.kanoa.event.deleteCountEvent

This function requires KanoaOPS module

Description

Deletes a specific count entry in the counterEvent table.

Syntax

deleteCountEvent(counterEventId, userId)
  • Parameters
      counterEventId - Counter event ID.
      userId - User ID.
  • Returns
    Records modified (int).
  • Code Example

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