system.kanoa.performanceState.unlinkPerformanceState
Description
deletes this performance state linkSyntax
unlinkPerformanceState(performanceStateLinkId, userId)Parameters:
Returns:
Code Examples
# Example Usage:
performanceStateLinkId = 15
userId = 18
system.kanoa.performanceState.unlinkPerformanceState(performanceStateLinkId, userId)
>
1, None
>>>