Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
override shift deleted
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": "639098d2-7738-4cb4-ae04-b264de450c73",
    "type": "on_call_shadows",
    "attributes": {
      "schedule_id": "7320c86e-b62f-4ff6-9f3a-a6d14ede5d96",
      "shadowable_type": "User",
      "shadowable_id": "392",
      "shadow_user_id": 391,
      "starts_at": "2025-10-30T21:53:09.000-07:00",
      "ends_at": "2025-10-31T19:53:09.000-07:00",
      "created_at": "2025-10-30T19:53:10.033-07:00",
      "updated_at": "2025-10-30T19:53:10.033-07:00"
    }
  }
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
override shift deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
  --url https://api.rootly.com/v1/on_call_shadows/{id} \
  --header 'Authorization: Bearer <token>'{
  "data": {
    "id": "639098d2-7738-4cb4-ae04-b264de450c73",
    "type": "on_call_shadows",
    "attributes": {
      "schedule_id": "7320c86e-b62f-4ff6-9f3a-a6d14ede5d96",
      "shadowable_type": "User",
      "shadowable_id": "392",
      "shadow_user_id": 391,
      "starts_at": "2025-10-30T21:53:09.000-07:00",
      "ends_at": "2025-10-31T19:53:09.000-07:00",
      "created_at": "2025-10-30T19:53:10.033-07:00",
      "updated_at": "2025-10-30T19:53:10.033-07:00"
    }
  }
}