Delete a specific on call shadow configuration by id
curl --request DELETE \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "104aa62b-03ac-4a31-94bd-3b8b3423fcce",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "34591ef3-2d90-447f-be69-a7df94d50376",
"shadowable_type": "User",
"shadowable_id": "745",
"shadow_user_id": 744,
"starts_at": "2026-01-20T19:18:45.000-08:00",
"ends_at": "2026-01-21T17:18:45.000-08:00",
"created_at": "2026-01-20T17:18:45.461-08:00",
"updated_at": "2026-01-20T17:18:45.461-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "104aa62b-03ac-4a31-94bd-3b8b3423fcce",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "34591ef3-2d90-447f-be69-a7df94d50376",
"shadowable_type": "User",
"shadowable_id": "745",
"shadow_user_id": 744,
"starts_at": "2026-01-20T19:18:45.000-08:00",
"ends_at": "2026-01-21T17:18:45.000-08:00",
"created_at": "2026-01-20T17:18:45.461-08:00",
"updated_at": "2026-01-20T17:18:45.461-08:00"
}
}
}