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": "1ddedc78-e153-4de1-99f4-2d8268f86769",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "8bc40b59-f259-4ce9-8d0f-721b14290053",
"day_name": "S",
"created_at": "2025-11-20T15:57:25.622-08:00",
"updated_at": "2025-11-20T15:57:26.691-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
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1ddedc78-e153-4de1-99f4-2d8268f86769",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "8bc40b59-f259-4ce9-8d0f-721b14290053",
"day_name": "S",
"created_at": "2025-11-20T15:57:25.622-08:00",
"updated_at": "2025-11-20T15:57:26.691-08:00",
"active_time_attributes": []
}
}
}