v1
latestOpenAPI 3.0.22026-07-144652931.4 MBSchedules
Delete an override
Remove an override.
You cannot remove a past override.
If the override start time is before the current time, but the end time is after the current time, the override will be truncated to the current time.
If the override is truncated, the status code will be 200 OK, as opposed to a 204 No Content for a successful delete.
A Schedule determines the time periods that users are On-Call.
For more information see the API Concepts Document
Scoped OAuth requires: schedules.write
delete/schedules/{id}/overrides/{override_id}
Path parameters
idstring required
The ID of the resource.
override_idstring required
The override ID on the schedule.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Response
The override was truncated.