Skip to main content
DELETE
/
v1
/
on_call_shadows
/
{id}
Delete an on call shadow configuration
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

override shift deleted

data
object
required
I