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": "fc5a6c2c-d81c-48d1-9680-b86506805e40",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "b7f4b72d-178d-4686-9681-b02418409d70",
      "user_id": 935,
      "position": 2,
      "created_at": "2026-01-29T05:30:06.426-08:00",
      "updated_at": "2026-01-29T05:30:07.176-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