Removed endpoints from Webflow API v2

Effective August 29th, 2023, the following endpoints have been deprecated in Webflow Data API v2 as part of Webflow’s API improvements:

Removed functionality

User access group management

PUT /sites/{site_id}/users/{user_id}/accessgroups

This functionality is now consolidated into the Update User API endpoint, providing a more consistent experience for managing user permissions.

Bulk CMS item deletion

DELETE /collections/{collection_id}/items

This functionality has been removed to ensure more controlled content management. Individual item deletion is still supported.

This change doesn’t impact any API endpoints in the legacy API version. Existing integrations using the legacy API will continue to function as expected.