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": "468a6058-e18e-43ec-8619-75e507f5d31f",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "ac736d82-2842-434f-8159-66e29538bab9",
"day_name": "S",
"created_at": "2026-02-09T22:18:09.011-08:00",
"updated_at": "2026-02-09T22:18:10.147-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": "468a6058-e18e-43ec-8619-75e507f5d31f",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "ac736d82-2842-434f-8159-66e29538bab9",
"day_name": "S",
"created_at": "2026-02-09T22:18:09.011-08:00",
"updated_at": "2026-02-09T22:18:10.147-08:00",
"active_time_attributes": []
}
}
}