Cancel Task Schedule
POST/api/taskschedules/canceltaskschedule
Tier: Public — stable, supported for third-party integration.
Cancels a task schedule. The task equivalent is TaskController.CancelTask at
api/tasks/canceltask, which operates on a Tasks.TaskMaster instead.
Request
Responses
- 200
- 400
- 401
- 403
The updated schedule. See Tasks.TaskScheduleDetailDto.
Unknown id — NotFound; or InvalidOperation if the schedule is already Complete or Cancelled.
Caller is not authenticated.
Caller does not have Update permission on the Task module.