system.kanoa.schedule.deleteScheduleBlock(scheduleBlockId, userId)
Deletes a schedule block
Parameters
scheduleBlockId Integer
userId Integer: Id of user executing the function
Returns
# of records modified Integer
Example
scheduleBlockId = 789
userId = 5
retVal = system.kanoa.schedule.deleteScheduleBlock(scheduleBlockId, userId)