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": "3f52803e-629f-4bcd-9050-e8d3ead0e7bb",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "c3a09591-35a7-4097-b16f-75eaed0816f0",
"day_name": "S",
"created_at": "2026-02-07T16:50:31.838-08:00",
"updated_at": "2026-02-07T16:50:32.630-08:00",
"active_time_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": "3f52803e-629f-4bcd-9050-e8d3ead0e7bb",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "c3a09591-35a7-4097-b16f-75eaed0816f0",
"day_name": "S",
"created_at": "2026-02-07T16:50:31.838-08:00",
"updated_at": "2026-02-07T16:50:32.630-08:00",
"active_time_attributes": []
}
}
}