Schedule overrides
Delete override
Deletes the override of a schedule with given IDs in the request. <br> <br> Permissions required: Permission to delete the override:
- the user is the responder of the override.
- the user has edit configuration right.
- the user is the admin of the team that the schedule belongs to.
delete/api/{cloudId}/v1/schedules/{scheduleId}/overrides/{alias}
Path parameters
scheduleIdstring required
ID of the schedule.
aliasstring required
Alias of the override.
Response
Returned if the override is deleted successfully.
Changes
No recorded changes to this endpoint across all 3 revisions of this API.