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": "bdf3e49c-ac66-48be-b2da-cb339dcea79c",
    "type": "shifts",
    "attributes": {
      "schedule_id": "875988bb-b4f7-4095-a918-21513e3b9748",
      "rotation_id": "1fa4b952-c97d-43a8-9b3e-386dc1af353a",
      "user_id": 825,
      "starts_at": "2026-01-29T14:35:54.000-08:00",
      "ends_at": "2026-01-29T22:35:54.000-08:00",
      "is_override": true
    },
    "relationships": {
      "shift_override": {
        "data": null
      },
      "user": {
        "data": {
          "id": "825",
          "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