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": "01049d5b-bb60-4b46-986d-1c2a7d145a7a",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "eac326dd-7ab3-4837-ae78-521ea43dfa4b",
"shadowable_type": "User",
"shadowable_id": "385",
"shadow_user_id": 384,
"starts_at": "2025-10-10T11:12:09.000-07:00",
"ends_at": "2025-10-11T09:12:09.000-07:00",
"created_at": "2025-10-10T09:12:09.702-07:00",
"updated_at": "2025-10-10T09:12:09.702-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": "01049d5b-bb60-4b46-986d-1c2a7d145a7a",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "eac326dd-7ab3-4837-ae78-521ea43dfa4b",
"shadowable_type": "User",
"shadowable_id": "385",
"shadow_user_id": 384,
"starts_at": "2025-10-10T11:12:09.000-07:00",
"ends_at": "2025-10-11T09:12:09.000-07:00",
"created_at": "2025-10-10T09:12:09.702-07:00",
"updated_at": "2025-10-10T09:12:09.702-07:00"
}
}
}