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": "5650b9c5-6d81-4c7f-bed2-f14269ca277c",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "4a779bb6-71c2-4991-9843-a59b075af5af",
"shadowable_type": "User",
"shadowable_id": "832",
"shadow_user_id": 831,
"starts_at": "2026-02-10T00:17:11.000-08:00",
"ends_at": "2026-02-10T22:17:11.000-08:00",
"created_at": "2026-02-09T22:17:11.280-08:00",
"updated_at": "2026-02-09T22:17:11.280-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": "5650b9c5-6d81-4c7f-bed2-f14269ca277c",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "4a779bb6-71c2-4991-9843-a59b075af5af",
"shadowable_type": "User",
"shadowable_id": "832",
"shadow_user_id": 831,
"starts_at": "2026-02-10T00:17:11.000-08:00",
"ends_at": "2026-02-10T22:17:11.000-08:00",
"created_at": "2026-02-09T22:17:11.280-08:00",
"updated_at": "2026-02-09T22:17:11.280-08:00"
}
}
}