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": "8abf7048-d664-4112-aad2-9334c3a2608d",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "ed5ec0ed-96ac-4dfd-b042-cf521ceed846",
"day_name": "S",
"created_at": "2025-12-24T09:28:00.856-08:00",
"updated_at": "2025-12-24T09:28:01.597-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": "8abf7048-d664-4112-aad2-9334c3a2608d",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "ed5ec0ed-96ac-4dfd-b042-cf521ceed846",
"day_name": "S",
"created_at": "2025-12-24T09:28:00.856-08:00",
"updated_at": "2025-12-24T09:28:01.597-08:00",
"active_time_attributes": []
}
}
}