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": "b2dcdb4f-59c2-438f-bc09-b5fa02f9c187",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "16618d11-509c-4394-909e-4c7c173a33d8",
      "user_id": 470,
      "position": 2,
      "created_at": "2025-11-06T13:29:22.078-08:00",
      "updated_at": "2025-11-06T13:29:24.002-08: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