Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
schedule_rotation deleted
Delete a specific schedule rotation by id
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "702862ee-45b5-4c71-9b26-3d7b994a37f8",
"type": "schedule_rotations",
"attributes": {
"schedule_id": "df6663d7-d662-433b-8cb3-bb96939f8a3a",
"name": "Schedule Rotation 19",
"position": 1,
"schedule_rotationable_type": "ScheduleDailyRotation",
"active_all_week": true,
"active_days": [],
"active_time_type": "all_day",
"time_zone": "UTC",
"start_time": null,
"end_time": null,
"schedule_rotationable_attributes": {
"handoff_time": "17:00"
},
"active_time_attributes": []
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
schedule_rotation deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "702862ee-45b5-4c71-9b26-3d7b994a37f8",
"type": "schedule_rotations",
"attributes": {
"schedule_id": "df6663d7-d662-433b-8cb3-bb96939f8a3a",
"name": "Schedule Rotation 19",
"position": 1,
"schedule_rotationable_type": "ScheduleDailyRotation",
"active_all_week": true,
"active_days": [],
"active_time_type": "all_day",
"time_zone": "UTC",
"start_time": null,
"end_time": null,
"schedule_rotationable_attributes": {
"handoff_time": "17:00"
},
"active_time_attributes": []
}
}
}