system.kanoa.performanceState.deletePerformanceState
Description
Delete a performance state and any associated linksSyntax
deletePerformanceState(performanceStateId, userId)- performanceStateId (int)
- userId (int)
# of records modified (int), msg (string): None if successful
Code Example
# Example Usage:
userId = 18
performanceStateId = 2
system.kanoa.performanceState.updatePerformanceState(performanceStateId, userId)
>
5, None
>>>