curl --request POST \ --url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/content/{id}/unpublish
Content
Unpublish Content
Unpublish content without creating a new version
POST
/
v1
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
content
/
{id}
/
unpublish
Unpublish Content
Copy
curl --request POST \ --url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/content/{id}/unpublish
Changes published content’s status to unpublished without creating a new version. This removes the content from end user access while preserving the version history.
Unpublishing does not increment the version number. The lastPublishedVersion remains unchanged, allowing you to re-publish at the same version or make modifications first.