System Functionssystem.kanoa.scheduledeleteScheduleBlockOn this pagesystem.kanoa.schedule.deleteScheduleBlock(scheduleBlockId, userId)Deletes a schedule blockParametersscheduleBlockId Integer userId IntegerReturns# of records modified IntegerExamplescheduleBlockId = 789userId = 5retVal = system.kanoa.schedule.deleteScheduleBlock(scheduleBlockId, userId)