system.kanoa.performanceState.deletePerformanceState
Description
Delete a performance state and any associated linksSyntax
deletePerformanceState(performanceStateId, userId)Parameters:
Returns:
Code Examples
# Example Usage:
userId = 18
performanceStateId = 2
system.kanoa.performanceState.updatePerformanceState(performanceStateId, userId)
>
5, None
>>>