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": "1ac81e2a-a34f-48f9-8ba0-3a3fcff5fdb6",
    "type": "schedule_rotation_active_days",
    "attributes": {
      "schedule_rotation_id": "76cbefba-29ea-4801-9396-ec4bf677794e",
      "day_name": "S",
      "created_at": "2026-01-20T17:19:42.707-08:00",
      "updated_at": "2026-01-20T17:19:43.717-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