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": "69176f0c-2b42-40f3-89e7-f8dab3564634",
    "type": "schedule_rotation_active_days",
    "attributes": {
      "schedule_rotation_id": "d9bc932c-a68a-4ff3-b200-c88452af8b65",
      "day_name": "S",
      "created_at": "2025-11-27T00:12:16.610-08:00",
      "updated_at": "2025-11-27T00:12:18.296-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