Skip to main content
DELETE
/
v1
/
override_shifts
/
{id}
Delete an override shift
curl --request DELETE \
  --url https://api.rootly.com/v1/override_shifts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4a8e9eeb-b6ad-4af7-8203-8884e3172b22",
    "type": "shifts",
    "attributes": {
      "schedule_id": "ea6fb547-b18c-4005-8ab2-def68ec78d93",
      "rotation_id": "b07d5830-fbec-4132-8f16-0896cbc65730",
      "user_id": 849,
      "starts_at": "2026-02-12T14:44:44.000-08:00",
      "ends_at": "2026-02-12T22:44:44.000-08:00",
      "is_override": true
    },
    "relationships": {
      "shift_override": {
        "data": null
      },
      "user": {
        "data": {
          "id": "849",
          "type": "users"
        }
      }
    }
  }
}

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