DELETE
/
v1
/
override_shifts
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/override_shifts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6f3d4527-6d64-4cc2-b380-0cd1d888b1a1",
    "type": "shifts",
    "attributes": {
      "schedule_id": "76d80e14-f0c7-4ae5-9b60-ed4e6a87c7e1",
      "rotation_id": "aed78be9-a15d-4476-8fca-bd20ace2e08e",
      "starts_at": "2025-04-18T03:51:13.000-07:00",
      "ends_at": "2025-04-18T11:51:13.000-07:00",
      "is_override": true
    },
    "relationships": {
      "shift_override": {
        "data": null
      },
      "user": {
        "data": {
          "id": "343",
          "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