Skip to main content
DELETE
/
v1
/
schedule_rotation_active_days
/
{id}
Delete a schedule rotation active day
curl --request DELETE \
  --url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "468a6058-e18e-43ec-8619-75e507f5d31f",
    "type": "schedule_rotation_active_days",
    "attributes": {
      "schedule_rotation_id": "ac736d82-2842-434f-8159-66e29538bab9",
      "day_name": "S",
      "created_at": "2026-02-09T22:18:09.011-08:00",
      "updated_at": "2026-02-09T22:18:10.147-08:00",
      "active_time_attributes": []
    }
  }
}

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

schedule_rotation_active_day deleted

data
object