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": "db6865fb-9182-4437-a2bb-401c89f6bfdd",
"type": "shifts",
"attributes": {
"schedule_id": "176f478b-b7c2-411e-84d2-5e084b93dabf",
"rotation_id": "9392f156-204d-44a3-8118-64d9204d5acf",
"user_id": 762,
"starts_at": "2026-01-19T17:20:41.000-08:00",
"ends_at": "2026-01-20T01:20:41.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "762",
"type": "users"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/override_shifts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "db6865fb-9182-4437-a2bb-401c89f6bfdd",
"type": "shifts",
"attributes": {
"schedule_id": "176f478b-b7c2-411e-84d2-5e084b93dabf",
"rotation_id": "9392f156-204d-44a3-8118-64d9204d5acf",
"user_id": 762,
"starts_at": "2026-01-19T17:20:41.000-08:00",
"ends_at": "2026-01-20T01:20:41.000-08:00",
"is_override": true
},
"relationships": {
"shift_override": {
"data": null
},
"user": {
"data": {
"id": "762",
"type": "users"
}
}
}
}
}