Hi there,
I was wondering if anyone else is having issues with the (Delete /) Remove Collection Items API endpoint of Webflow? (
)It seems to me that Webflow just doesn't want to delete post data via a header, but specifically delete it via a body.
My only way out at the moment is to skip the bulk delete endpoint and loop through each item ID and call the Webflow Remove Collection Item API endpoint individually (
).However, this is rather inefficient and very painful for testing due to Webflow's API rate limits.
Thanks in advance <3