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": "53a0d720-602a-4509-891d-2cffb9139bb4",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "bc917089-57a9-4b54-be7a-aa7c1e7e4544",
      "user_id": 521,
      "position": 2,
      "created_at": "2026-01-03T21:29:32.113-08:00",
      "updated_at": "2026-01-03T21:29:32.869-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