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": "113afdb4-0f4b-4fb0-a217-71f19928a4ec",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "ecdbe783-de4f-4447-9a36-782df9a0db68",
"day_name": "S",
"created_at": "2025-10-11T04:26:59.623-07:00",
"updated_at": "2025-10-11T04:27:01.405-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": "113afdb4-0f4b-4fb0-a217-71f19928a4ec",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "ecdbe783-de4f-4447-9a36-782df9a0db68",
"day_name": "S",
"created_at": "2025-10-11T04:26:59.623-07:00",
"updated_at": "2025-10-11T04:27:01.405-07:00",
"active_time_attributes": []
}
}
}