Delete Event Schedule
DELETE/api/EntityEventSchedules/DeleteEventSchedule/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes an entity-event schedule. Blocked while a monitor exists for the schedule.
Request
Responses
- 200
- 400
true once the schedule is deleted.
No schedule with that id exists in the caller's organisation (NotFound), or a monitor still exists for it (IllegalDeleteAttempt, message "Monitors").