DELETE
/
v1
/
on_call_shadows
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/on_call_shadows/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8196b3d9-3fac-4d51-9718-3eb1fdb30fdf",
    "type": "on_call_shadows",
    "attributes": {
      "schedule_id": "98ff5283-fdd2-431d-ab30-062837705678",
      "shadowable_type": "User",
      "shadowable_id": "356",
      "shadow_user_id": 355,
      "starts_at": "2025-03-19T09:53:43.000-07:00",
      "ends_at": "2025-03-20T07:53:43.000-07:00",
      "created_at": "2025-03-19T07:53:43.030-07:00",
      "updated_at": "2025-03-19T07:53:43.030-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

200
application/vnd.api+json
override shift deleted
data
object
required