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": "313c46be-1218-477c-bb4a-26454618bb1f",
    "type": "on_call_shadows",
    "attributes": {
      "schedule_id": "705808c8-a816-405f-b3d6-0b1e9087e50c",
      "shadowable_type": "User",
      "shadowable_id": "394",
      "shadow_user_id": 393,
      "starts_at": "2025-11-27T02:11:16.000-08:00",
      "ends_at": "2025-11-28T00:11:16.000-08:00",
      "created_at": "2025-11-27T00:11:16.353-08:00",
      "updated_at": "2025-11-27T00:11:16.353-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