Hey @stoesselleon
The V2 Beta API doc explains:
-
the URL endpoint
-
the JSON body must be empty BUT must exist.
Try the settings below which work for my scenario.
In the “Make an API call” module:
URL:
/collections/{collection_id}/items/{item_id}/live
BODY:
{
}
At this step, the item is set to “draft” (despite the DELETE method).
Then add a “Delete an item module” targetting your item ID.
Hope this will work for you too.