curl --request POST \ --url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/content-types/{id}/unpublish
Content Types
Unpublish Content Type
Unpublish a content type without creating a new version
POST
/
v1
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
content-types
/
{id}
/
unpublish
Unpublish Content Type
Copy
curl --request POST \ --url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/content-types/{id}/unpublish
Changes a published content type’s status to unpublished without creating a new version. This makes the content type unavailable for new content creation 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.