Skip to main content

system.kanoa.event.deletePerformanceEvent

This function requires KanoaOPS module

Description

Delete a performance event

Syntax

deletePerformanceEvent(performanceEventId, userId)
  • Parameters
      performanceEventId (dict)
      userId (int)
  • Returns
    data (pyDataset).
  • Code Example

    # Example Usage:
    userId = 18
    performanceEventId = 34
    deletePerformanceEvent(performanceEventId, userId)
    >
    1, None
    >>>