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": "403fd1e1-fa7c-5295-8705-4c50cc54c03d",
    "type": "shifts",
    "attributes": {
      "schedule_id": "d38e2b89-6ecd-417c-a901-27fe76aa05c8",
      "rotation_id": "1103dac1-a28b-4f21-a528-a76e8b20330c",
      "user_id": 406,
      "starts_at": "2025-11-26T18:11:20.000-08:00",
      "ends_at": "2025-11-27T02:11:20.000-08:00",
      "is_override": true
    },
    "relationships": {
      "shift_override": {
        "data": null
      },
      "user": {
        "data": {
          "id": "406",
          "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