system.kanoa.event.deletePerformanceEvent
Description
Delete a performance eventSyntax
deletePerformanceEvent(performanceEventId, userId)Parameters:
Returns:
Code Examples
# Example Usage:
userId = 18
performanceEventId = 34
deletePerformanceEvent(performanceEventId, userId)
>
1, None
>>>