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": "5c9ce37c-8e10-515e-91d8-db4d80cb5fbb",
    "type": "shifts",
    "attributes": {
      "schedule_id": "6d60a63f-e750-4b8d-b3a7-83fc8f3ac890",
      "rotation_id": "b9440f26-e389-4c04-8e4b-fedfaa4c2053",
      "user_id": 452,
      "starts_at": "2025-12-11T05:03:21.000-08:00",
      "ends_at": "2025-12-11T13:03:21.000-08:00",
      "is_override": true
    },
    "relationships": {
      "shift_override": {
        "data": null
      },
      "user": {
        "data": {
          "id": "452",
          "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