Skip to main content

system.kanoa.event.deletePerformanceEvent

Description

Delete a performance event

Syntax

deletePerformanceEvent(performanceEventId, userId)

Parameters:
  • performanceEventId (dict)
  • userId (int)

  • Returns:
  • data (pyDataset)
  • Code Examples

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