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": "1ac81e2a-a34f-48f9-8ba0-3a3fcff5fdb6",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "76cbefba-29ea-4801-9396-ec4bf677794e",
"day_name": "S",
"created_at": "2026-01-20T17:19:42.707-08:00",
"updated_at": "2026-01-20T17:19:43.717-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": "1ac81e2a-a34f-48f9-8ba0-3a3fcff5fdb6",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "76cbefba-29ea-4801-9396-ec4bf677794e",
"day_name": "S",
"created_at": "2026-01-20T17:19:42.707-08:00",
"updated_at": "2026-01-20T17:19:43.717-08:00",
"active_time_attributes": []
}
}
}