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": "48f60f31-cba8-4e2a-a5c2-76df72603f90",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "4f4cb6c1-6a49-4f0e-9361-3d8745260fbf",
"shadowable_type": "User",
"shadowable_id": "343",
"shadow_user_id": 342,
"starts_at": "2025-07-20T02:41:51.000-07:00",
"ends_at": "2025-07-21T00:41:51.000-07:00",
"created_at": "2025-07-20T00:41:51.873-07:00",
"updated_at": "2025-07-20T00:41:51.873-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": "48f60f31-cba8-4e2a-a5c2-76df72603f90",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "4f4cb6c1-6a49-4f0e-9361-3d8745260fbf",
"shadowable_type": "User",
"shadowable_id": "343",
"shadow_user_id": 342,
"starts_at": "2025-07-20T02:41:51.000-07:00",
"ends_at": "2025-07-21T00:41:51.000-07:00",
"created_at": "2025-07-20T00:41:51.873-07:00",
"updated_at": "2025-07-20T00:41:51.873-07:00"
}
}
}