DELETE
/
v1
/
schedule_rotation_active_days
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e9a9ce45-c728-4f89-84e2-43a4d8000596",
    "type": "schedule_rotation_active_days",
    "attributes": {
      "schedule_rotation_id": "ce0199e1-4aa7-4bf2-aa89-eab8c8266278",
      "day_name": "S",
      "created_at": "2025-06-19T02:43:30.611-07:00",
      "updated_at": "2025-06-19T02:43:32.294-07: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

200
application/vnd.api+json

schedule_rotation_active_day deleted

The response is of type object.