Skip to main content
PUT
Remove Records from a List

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

listId
string
required

The ILS ID of the MANUAL or SNAPSHOT list.

Body

application/json

Response

successful operation

The IDs of the records that were added, removed, and/or found to be missing as a result of the membership update request.

recordIdsMissing
string[]
required

The IDs of the records that were missing (e.g. did not exist in the portal) and so were not added or removed.

recordIdsRemoved
string[]
required

The IDs of the records that were removed from the list.

recordsIdsAdded
string[]
required
Last modified on March 30, 2026