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": "cbbade04-34cd-4e77-9537-386b781afa6d",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "b4ed7d60-6144-4007-9a41-2d69e92de23d",
"user_id": 425,
"position": 2,
"created_at": "2025-09-18T09:21:48.234-07:00",
"updated_at": "2025-09-18T09:21:49.124-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": "cbbade04-34cd-4e77-9537-386b781afa6d",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "b4ed7d60-6144-4007-9a41-2d69e92de23d",
"user_id": 425,
"position": 2,
"created_at": "2025-09-18T09:21:48.234-07:00",
"updated_at": "2025-09-18T09:21:49.124-07:00"
}
}
}