I am integrating a blog with webflow using the CMS Api. i want to change status of an item to draft so that it can be published again. I am using the patch endpoint as given in Webflow API and Documentation | Webflow but it doesn’t work.
Also when i am using delete i am not getting how many items it got deleted it returns empty object.
One more problem with delete api is it deletes the entry in webflow but throws error if try to insert the same slug
If i publish the site it accepts the same slug again
Here is my site Read-Only: LINK
(how to share your site Read-Only link)