Skip to main content
DELETE
/
v1
/
schedule_rotation_users
/
{id}
Delete a schedule rotation user
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

schedule_rotation_user deleted

data
object
required
I