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": "00b6061d-c611-420e-82dd-89eef4f4b590",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "13a52a59-40d1-4e07-9434-ced640f216ca",
"user_id": 1031,
"position": 1,
"created_at": "2026-02-18T11:50:01.439-08:00",
"updated_at": "2026-02-18T11:50:02.205-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": "00b6061d-c611-420e-82dd-89eef4f4b590",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "13a52a59-40d1-4e07-9434-ced640f216ca",
"user_id": 1031,
"position": 1,
"created_at": "2026-02-18T11:50:01.439-08:00",
"updated_at": "2026-02-18T11:50:02.205-08:00"
}
}
}