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": "00b6061d-c611-420e-82dd-89eef4f4b590",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "13a52a59-40d1-4e07-9434-ced640f216ca",
      "user_id": 1031,
      "position": 1,
      "created_at": "2026-02-18T11:50:01.439-08:00",
      "updated_at": "2026-02-18T11:50:02.205-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