Unpublish Entry
unpublish_entryUnpublishes an entry by clearing its live published pointer, making it invisible in the public API while preserving all historical versions.
Instructions
Clear the live published pointer for an entry. The entry becomes invisible under state=published in the public API, but all historical versions are retained and still accessible via list_entry_versions / get_entry_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The entry UUID | |
| collection_slug | Yes | The collection slug |