Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
schedule_rotation_user deleted
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": "06396e98-1bf8-43f6-9d03-d1869406ffe7",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "6b091be7-f9b8-49d8-bdf3-7c8e9985620d",
"user_id": 472,
"position": 2,
"created_at": "2025-11-27T00:12:19.754-08:00",
"updated_at": "2025-11-27T00:12:20.662-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
schedule_rotation_user deleted
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": "06396e98-1bf8-43f6-9d03-d1869406ffe7",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "6b091be7-f9b8-49d8-bdf3-7c8e9985620d",
"user_id": 472,
"position": 2,
"created_at": "2025-11-27T00:12:19.754-08:00",
"updated_at": "2025-11-27T00:12:20.662-08:00"
}
}
}