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": "c4112b26-e760-412c-bfb1-019b72e63905",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "a26f45ba-d266-4a80-8b6b-efe7bc034db6",
      "user_id": 406,
      "position": 2,
      "created_at": "2025-06-19T02:43:34.212-07:00",
      "updated_at": "2025-06-19T02:43:35.767-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.