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": "53a0d720-602a-4509-891d-2cffb9139bb4",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "bc917089-57a9-4b54-be7a-aa7c1e7e4544",
"user_id": 521,
"position": 2,
"created_at": "2026-01-03T21:29:32.113-08:00",
"updated_at": "2026-01-03T21:29:32.869-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": "53a0d720-602a-4509-891d-2cffb9139bb4",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "bc917089-57a9-4b54-be7a-aa7c1e7e4544",
"user_id": 521,
"position": 2,
"created_at": "2026-01-03T21:29:32.113-08:00",
"updated_at": "2026-01-03T21:29:32.869-08:00"
}
}
}