Skip to main content
POST
Unpublish Content Type
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.

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
id
string
required
Content Type ID

Response

Returns the unpublished ContentType object.
Unpublishing does not increment the version number. The lastPublishedVersion remains unchanged, allowing you to re-publish at the same version or make modifications first.

Error Responses

Not Published

Code Examples