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": "4efd50b4-5da2-4991-8eef-bee362c44b83",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "a1446c41-b5b0-4a8b-991e-90598f8a7cf8",
"day_name": "S",
"created_at": "2025-12-11T11:04:31.385-08:00",
"updated_at": "2025-12-11T11:04:32.843-08: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
Unique ID of the schedule rotation active time
schedule_rotation_active_days Show child attributes
Schedule rotation day name for which active times to be created
S, M, T, W, R, F, U Date of creation
Date of last update
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4efd50b4-5da2-4991-8eef-bee362c44b83",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "a1446c41-b5b0-4a8b-991e-90598f8a7cf8",
"day_name": "S",
"created_at": "2025-12-11T11:04:31.385-08:00",
"updated_at": "2025-12-11T11:04:32.843-08:00",
"active_time_attributes": []
}
}
}