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": "3d133227-a865-4060-b785-9d1a9a816309",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "1f210d1c-2563-4d3b-8cac-9d80cac69b42",
"user_id": 838,
"position": 2,
"created_at": "2026-01-09T02:15:42.902-08:00",
"updated_at": "2026-01-09T02:15:43.807-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": "3d133227-a865-4060-b785-9d1a9a816309",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "1f210d1c-2563-4d3b-8cac-9d80cac69b42",
"user_id": 838,
"position": 2,
"created_at": "2026-01-09T02:15:42.902-08:00",
"updated_at": "2026-01-09T02:15:43.807-08:00"
}
}
}