Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
schedule_rotation_active_day deleted
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": "c3600a31-77c1-44f3-bd39-79cd9bf72afa",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "8731ee59-66b0-4344-97fc-d4844eb3f3d1",
"day_name": "S",
"created_at": "2025-10-31T18:59:07.778-07:00",
"updated_at": "2025-10-31T18:59:08.821-07: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
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c3600a31-77c1-44f3-bd39-79cd9bf72afa",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "8731ee59-66b0-4344-97fc-d4844eb3f3d1",
"day_name": "S",
"created_at": "2025-10-31T18:59:07.778-07:00",
"updated_at": "2025-10-31T18:59:08.821-07:00",
"active_time_attributes": []
}
}
}