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": "bbee1fc6-756d-45c5-8c00-102f46d5a468",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "9ff7a559-3bab-457d-91ae-2e3309449b63",
"day_name": "S",
"created_at": "2025-07-20T00:42:55.055-07:00",
"updated_at": "2025-07-20T00:42:56.890-07:00",
"active_time_attributes": []
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
schedule_rotation_active_day deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "bbee1fc6-756d-45c5-8c00-102f46d5a468",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "9ff7a559-3bab-457d-91ae-2e3309449b63",
"day_name": "S",
"created_at": "2025-07-20T00:42:55.055-07:00",
"updated_at": "2025-07-20T00:42:56.890-07:00",
"active_time_attributes": []
}
}
}