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": "8abf7048-d664-4112-aad2-9334c3a2608d",
    "type": "schedule_rotation_active_days",
    "attributes": {
      "schedule_rotation_id": "ed5ec0ed-96ac-4dfd-b042-cf521ceed846",
      "day_name": "S",
      "created_at": "2025-12-24T09:28:00.856-08:00",
      "updated_at": "2025-12-24T09:28:01.597-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