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": "b8a6eb10-d8f1-4902-b2e3-26db271f7a72",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "06ae2227-31c3-421f-9a42-c9676abc4347",
      "user_id": 436,
      "position": 2,
      "created_at": "2025-03-20T17:54:08.674-07:00",
      "updated_at": "2025-03-20T17:54:10.701-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
data
object
required