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": "16b747e9-ea49-4e79-9647-5b1ac08bb65b",
    "type": "on_call_shadows",
    "attributes": {
      "schedule_id": "f9f4de38-15bd-4beb-b523-42b8448b3dab",
      "shadowable_type": "User",
      "shadowable_id": "443",
      "shadow_user_id": 442,
      "starts_at": "2025-12-24T11:27:25.000-08:00",
      "ends_at": "2025-12-25T09:27:25.000-08:00",
      "created_at": "2025-12-24T09:27:25.401-08:00",
      "updated_at": "2025-12-24T09:27:25.401-08: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