On Live site, I can’t seem to find documentation or method to follow to unpublish a single collection item via API. Setting isdraft to true works to change status, but the page is still loads without a 404, I would hope if isdraft is true on ‘/live’ then it unpublishes as well (but nope). Whats the best method to follow to unpublish a single collection item from live site?
2 Likes
Yes I think the only way is to delete it or update it to " draft: true "
But I would be interested in an endpoint to do that in a more efficient way !