Remove associated user listings from a dynamic set.
DELETE/sets/:set_id/associated_listings
Removes the association between the given listings (identified by their channel listing IDs) and the set. Requires editor or manager access to the set when the set is shared. Works for both free and paid sets: associating a listing is set configuration, not KPI data.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
The updated array of associated listings.
Invalid parameters, e.g. more than 500 listing IDs in one request.
API key authorization failed.
Listing authorization failed, user lacks editor/manager access to the shared set, or the API key is read-only.
Dynamic set or listing not found, or not accessible to the user.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.