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": "c45d26fb-9e86-500b-94f9-146cb7a082c1",
"type": "shifts",
"attributes": {
"schedule_id": "0048c612-2f45-4304-894a-e95faf5d9203",
"rotation_id": "a7c49fa3-cd77-4c5c-b7a0-78b260a27427",
"starts_at": "2025-11-20T09:56:34.000-08:00",
"ends_at": "2025-11-20T17:56:34.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "406",
"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": "c45d26fb-9e86-500b-94f9-146cb7a082c1",
"type": "shifts",
"attributes": {
"schedule_id": "0048c612-2f45-4304-894a-e95faf5d9203",
"rotation_id": "a7c49fa3-cd77-4c5c-b7a0-78b260a27427",
"starts_at": "2025-11-20T09:56:34.000-08:00",
"ends_at": "2025-11-20T17:56:34.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "406",
"type": "users"
}
}
}
}
}