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": "1888f859-bd5e-46ad-90d8-6975eab25316",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "f42381c4-56da-4f2a-a2eb-996ea670bd10",
"shadowable_type": "User",
"shadowable_id": "440",
"shadow_user_id": 439,
"starts_at": "2025-12-11T13:03:16.000-08:00",
"ends_at": "2025-12-12T11:03:16.000-08:00",
"created_at": "2025-12-11T11:03:16.516-08:00",
"updated_at": "2025-12-11T11:03:16.516-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
override shift deleted
Show child attributes
Unique ID of shadow shift
on_call_shadows Show child attributes
ID of schedule the shadow shift belongs to
User, Schedule ID of schedule or user the shadow user is shadowing
Which user the shadow shift belongs to.
Start datetime of shadow shift
End datetime for shadow shift
Date of creation
Date of last update
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1888f859-bd5e-46ad-90d8-6975eab25316",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "f42381c4-56da-4f2a-a2eb-996ea670bd10",
"shadowable_type": "User",
"shadowable_id": "440",
"shadow_user_id": 439,
"starts_at": "2025-12-11T13:03:16.000-08:00",
"ends_at": "2025-12-12T11:03:16.000-08:00",
"created_at": "2025-12-11T11:03:16.516-08:00",
"updated_at": "2025-12-11T11:03:16.516-08:00"
}
}
}