DELETE
/
v1
/
override_shifts
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/override_shifts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "75f905e7-1020-4fe3-97e8-99cb116654bf",
    "type": "shifts",
    "attributes": {
      "schedule_id": "a070768b-7e27-4682-9cf2-fd1987038b26",
      "rotation_id": "1e605e76-05b0-498c-944d-be6e648628a6",
      "starts_at": "2025-03-26T17:23:30.000-07:00",
      "ends_at": "2025-03-27T01:23:30.000-07:00",
      "is_override": true
    },
    "relationships": {
      "shift_override": {
        "data": null
      },
      "user": {
        "data": {
          "id": "373",
          "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

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