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": "80731f1e-283f-439a-a354-d2e7c98b4b4a",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "f5a95e7a-223f-4049-a52d-cee19f3c226b",
"user_id": 451,
"position": 2,
"created_at": "2025-10-09T08:40:19.007-07:00",
"updated_at": "2025-10-09T08:40:20.107-07: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": "80731f1e-283f-439a-a354-d2e7c98b4b4a",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "f5a95e7a-223f-4049-a52d-cee19f3c226b",
"user_id": 451,
"position": 2,
"created_at": "2025-10-09T08:40:19.007-07:00",
"updated_at": "2025-10-09T08:40:20.107-07:00"
}
}
}