system.kanoa.event.deleteModeEvent
Description
Deletes the mode event.Syntax
deleteModeEvent(modeEventId, userId)Parameters:
Returns:
Code Examples
# Example Usage:
modeEventId = 123
userId = 999
recordsModified = system.kanoa.event.deleteModeEvent(modeEventId, userId)