Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
override shift deleted
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": "bc07714e-675d-4b9e-81d1-bf4401605024",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "f3fffbd3-bc4d-4364-bd04-507efb5965f1",
"shadowable_type": "User",
"shadowable_id": "359",
"shadow_user_id": 358,
"starts_at": "2025-09-18T22:57:50.000-07:00",
"ends_at": "2025-09-19T20:57:50.000-07:00",
"created_at": "2025-09-18T20:57:50.650-07:00",
"updated_at": "2025-09-18T20:57:50.650-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
override shift deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "bc07714e-675d-4b9e-81d1-bf4401605024",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "f3fffbd3-bc4d-4364-bd04-507efb5965f1",
"shadowable_type": "User",
"shadowable_id": "359",
"shadow_user_id": 358,
"starts_at": "2025-09-18T22:57:50.000-07:00",
"ends_at": "2025-09-19T20:57:50.000-07:00",
"created_at": "2025-09-18T20:57:50.650-07:00",
"updated_at": "2025-09-18T20:57:50.650-07:00"
}
}
}