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": "7d43ef94-c579-4401-8d9e-6f185b137200",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "7fd9e3fb-86af-4c3d-a8f6-0e1adb2eea1e",
"shadowable_type": "User",
"shadowable_id": "359",
"shadow_user_id": 358,
"starts_at": "2025-08-29T17:12:47.000-07:00",
"ends_at": "2025-08-30T15:12:47.000-07:00",
"created_at": "2025-08-29T15:12:47.463-07:00",
"updated_at": "2025-08-29T15:12:47.463-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": "7d43ef94-c579-4401-8d9e-6f185b137200",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "7fd9e3fb-86af-4c3d-a8f6-0e1adb2eea1e",
"shadowable_type": "User",
"shadowable_id": "359",
"shadow_user_id": 358,
"starts_at": "2025-08-29T17:12:47.000-07:00",
"ends_at": "2025-08-30T15:12:47.000-07:00",
"created_at": "2025-08-29T15:12:47.463-07:00",
"updated_at": "2025-08-29T15:12:47.463-07:00"
}
}
}