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": "bdf3e49c-ac66-48be-b2da-cb339dcea79c",
"type": "shifts",
"attributes": {
"schedule_id": "875988bb-b4f7-4095-a918-21513e3b9748",
"rotation_id": "1fa4b952-c97d-43a8-9b3e-386dc1af353a",
"user_id": 825,
"starts_at": "2026-01-29T14:35:54.000-08:00",
"ends_at": "2026-01-29T22:35:54.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "825",
"type": "users"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/override_shifts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bdf3e49c-ac66-48be-b2da-cb339dcea79c",
"type": "shifts",
"attributes": {
"schedule_id": "875988bb-b4f7-4095-a918-21513e3b9748",
"rotation_id": "1fa4b952-c97d-43a8-9b3e-386dc1af353a",
"user_id": 825,
"starts_at": "2026-01-29T14:35:54.000-08:00",
"ends_at": "2026-01-29T22:35:54.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "825",
"type": "users"
}
}
}
}
}