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": "33b31ff5-1ddd-431c-8113-f5c6d5be0b46",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "8b048fac-d81e-4a40-9028-7f5b66427bc6",
"shadowable_type": "User",
"shadowable_id": "343",
"shadow_user_id": 342,
"starts_at": "2025-08-08T23:53:49.000-07:00",
"ends_at": "2025-08-09T21:53:49.000-07:00",
"created_at": "2025-08-08T21:53:49.396-07:00",
"updated_at": "2025-08-08T21:53:49.396-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
override shift deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "33b31ff5-1ddd-431c-8113-f5c6d5be0b46",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "8b048fac-d81e-4a40-9028-7f5b66427bc6",
"shadowable_type": "User",
"shadowable_id": "343",
"shadow_user_id": 342,
"starts_at": "2025-08-08T23:53:49.000-07:00",
"ends_at": "2025-08-09T21:53:49.000-07:00",
"created_at": "2025-08-08T21:53:49.396-07:00",
"updated_at": "2025-08-08T21:53:49.396-07:00"
}
}
}