system.kanoa.performanceState.unlinkPerformanceState
Description
deletes this performance state linkSyntax
unlinkPerformanceState(performanceStateLinkId, userId)- performanceStateLinkId (int)
- userId (int)
# of records modifed (int), msg (string): None if success
Code Example
# Example Usage:
performanceStateLinkId = 15
userId = 18
system.kanoa.performanceState.unlinkPerformanceState(performanceStateLinkId, userId)
>
1, None
>>>