Delete a specific schedule rotation user by id
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fc5a6c2c-d81c-48d1-9680-b86506805e40",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "b7f4b72d-178d-4686-9681-b02418409d70",
"user_id": 935,
"position": 2,
"created_at": "2026-01-29T05:30:06.426-08:00",
"updated_at": "2026-01-29T05:30:07.176-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fc5a6c2c-d81c-48d1-9680-b86506805e40",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "b7f4b72d-178d-4686-9681-b02418409d70",
"user_id": 935,
"position": 2,
"created_at": "2026-01-29T05:30:06.426-08:00",
"updated_at": "2026-01-29T05:30:07.176-08:00"
}
}
}