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": "e6382eff-1740-4d81-b16a-88d34d4639c1",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "266b686a-189d-44a5-bbc4-8c8f9377b12d",
      "user_id": 408,
      "position": 2,
      "created_at": "2025-07-02T23:33:44.402-07:00",
      "updated_at": "2025-07-02T23:33:46.236-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.