Skip to main content

system.kanoa.event.deleteModeEvent

Description

Deletes the mode event.

Syntax

deleteModeEvent(modeEventId, userId)

Parameters:
  • modeEventId (int)
  • userId (int)

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

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