Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
override shift deleted
Delete a specific override shift by id
curl --request DELETE \
--url https://api.rootly.com/v1/override_shifts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9f2814bd-0546-52ac-bdc4-cc03d4ac6014",
"type": "shifts",
"attributes": {
"schedule_id": "ea6ce852-2ec3-4b01-a93d-55a66e9a1020",
"rotation_id": "185118cd-b435-4b4f-8c7e-26ad47e00e53",
"starts_at": "2025-10-28T04:26:00.000-07:00",
"ends_at": "2025-10-28T12:26:00.000-07:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "404",
"type": "users"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
override shift deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/override_shifts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9f2814bd-0546-52ac-bdc4-cc03d4ac6014",
"type": "shifts",
"attributes": {
"schedule_id": "ea6ce852-2ec3-4b01-a93d-55a66e9a1020",
"rotation_id": "185118cd-b435-4b4f-8c7e-26ad47e00e53",
"starts_at": "2025-10-28T04:26:00.000-07:00",
"ends_at": "2025-10-28T12:26:00.000-07:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "404",
"type": "users"
}
}
}
}
}