DELETE
/
v1
/
schedule_rotation_users
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/schedule_rotation_users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b41c7a42-8225-4736-b903-456c8251de97",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "1156dca6-7d6a-4d0a-aed4-d066b173317a",
      "user_id": 396,
      "position": 2,
      "created_at": "2025-05-29T17:48:01.825-07:00",
      "updated_at": "2025-05-29T17:48:03.837-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.