Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
schedule_rotation_active_day deleted
Delete a specific schedule rotation active day
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1fe74429-3735-4926-926f-ebcb3cddf69c",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "b8b86493-b728-414d-8fc4-76ced54aaed9",
"day_name": "S",
"created_at": "2025-09-18T20:58:41.873-07:00",
"updated_at": "2025-09-18T20:58:42.917-07:00",
"active_time_attributes": []
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
schedule_rotation_active_day deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1fe74429-3735-4926-926f-ebcb3cddf69c",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "b8b86493-b728-414d-8fc4-76ced54aaed9",
"day_name": "S",
"created_at": "2025-09-18T20:58:41.873-07:00",
"updated_at": "2025-09-18T20:58:42.917-07:00",
"active_time_attributes": []
}
}
}