system.kanoa.event.deletePerformanceEvent
Description
Delete a performance eventSyntax
deletePerformanceEvent(performanceEventId, userId)- performanceEventId (dict)
- userId (int)
data (pyDataset).
Code Example
# Example Usage:
userId = 18
performanceEventId = 34
deletePerformanceEvent(performanceEventId, userId)
>
1, None
>>>