Skip to main content

system.kanoa.schedule.deleteScheduleBlock(scheduleBlockId, userId)

Deletes a schedule block


Parameters

scheduleBlockId Integer
userId Integer


Returns

# of records modified Integer


Example

scheduleBlockId = 789
userId = 5
retVal = system.kanoa.schedule.deleteScheduleBlock(scheduleBlockId, userId)