Deleting Collection Items via API v2

With v1 of the API I was able to delete batches of collection items from the CMS by passing in an array of item IDs to the “Remove Collection Items” API function. In v2 I’m not seeing an equivalent function, which seems as though it might leave me having to delete items one by one. Given that I may have up to 8,000-9,000 items to delete, and given the API rate limit of 60 calls/minute, this could take a LONG time. Am I missing something? Is there a quicker way to accomplish what I’m trying to do? Thank you!

Just saw this week where collection items can now be deleted in batches with v2 of the API.

1 Like