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": "9c39c342-d6e8-47d9-8e4b-85e2f1f1f0b1",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "80289c00-a4de-4681-a0ca-aa793985dd23",
      "user_id": 409,
      "position": 2,
      "created_at": "2025-07-17T12:12:55.062-07:00",
      "updated_at": "2025-07-17T12:12:56.894-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

200
application/vnd.api+json

schedule_rotation_user deleted

The response is of type object.