system.kanoa.schedule.deleteScheduleBlockException
Description
Deletes a schedule block exception. Formerly called deleteRecurringException.Syntax
deleteScheduleBlockException(scheduleBlockExceptionId)Parameters:
Returns:
Code Examples
# Example Usage:
schedule_block_exception_id = 789
records_modified = system.kanoa.schedule.deleteScheduleBlockException(schedule_block_exception_id)