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": "66406283-3848-4c31-801d-90d52a9bb2a1",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "76017dce-f77a-4798-a1d9-c07068ce559d",
"user_id": 472,
"position": 2,
"created_at": "2025-12-01T07:43:16.730-08:00",
"updated_at": "2025-12-01T07:43:17.755-08:00"
}
}
}Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "66406283-3848-4c31-801d-90d52a9bb2a1",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "76017dce-f77a-4798-a1d9-c07068ce559d",
"user_id": 472,
"position": 2,
"created_at": "2025-12-01T07:43:16.730-08:00",
"updated_at": "2025-12-01T07:43:17.755-08:00"
}
}
}