Documentation Issue
I read this section of the doc about drafts but I am still missing a piece of the puzzle: what's the point of unpublishing a content?
Additional Details
- My mobile app is fetching only published content (
draft: false)
- I accidentally publish a content in payloadcms (which could now be fetched by my mobile app)
- I click on "
Unpublish" to revert my content to draft state
- This action simply duplicate the content in a new version with
draft status, but the version I accidentally published is still being fetched by the mobile app.
I was expecting this button to revert the status of the current version back to draft instead of keeping the published version in the history.
- Am l missing something?
- How can I unpublish a content if I published it by mistake (so no client can fetch this content)?

Documentation Issue
I read this section of the doc about drafts but I am still missing a piece of the puzzle: what's the point of unpublishing a content?
Additional Details
draft: false)Unpublish" to revert my content to draft statedraftstatus, but the version I accidentally published is still being fetched by the mobile app.I was expecting this button to revert the status of the current version back to
draftinstead of keeping thepublishedversion in the history.