Unpublish a taxonomy

post

/content/management/api/v1.1/taxonomies/{id}/unpublish

from the selected channels. Taxonomy will no longer be available for the selected channels and any existing categorization information on assets will also be removed. User needs to be a contributor on selected channels. Only one unpublish or publish request at a time can be active on a taxonomy. If unpublishing is in progress on a taxonomy, any subsequent requests will result in failure until the initial unpublishing has completed.

Request

Path Parameters
Query Parameters
Header Parameters
Body ()
Taxonomy unpublishing request payload. Currently, only published taxonomies can be unpublished and thus the status and the version are not used. This is an asynchronous operation. Asynchronous request is responded with 202 status with a status link in the location header.
Root Schema : TaxonomyOperationUnPublishRequest
Type: object
Taxonomy Operation UnPublish Request
Show Source
  • channels
    List of unpublish channels. If channels is not empty, taxonomy is unpublished from given channels. Only channels in the list will be used to unpublish the taxonomy. Parameter channels is mandatory and, in case it is empty, an error message will be returned.
  • Status of the Taxonomy (draft/promoted). This is ignored for unpublishing request since only published taxonomies can be unpublished.
  • Version of a Taxonomy. The version field is currently ignored.
Nested Schema : channels
Type: array
List of unpublish channels. If channels is not empty, taxonomy is unpublished from given channels. Only channels in the list will be used to unpublish the taxonomy. Parameter channels is mandatory and, in case it is empty, an error message will be returned.
Show Source
Nested Schema : ChannelId
Type: object
ChannelId
Show Source
Back to Top

Response

Supported Media Types

202 Response

Accepted.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Taxonomy not found. The requested resource not found.

409 Response

The requested resource operation is temporarily unavailable

500 Response

Internal server error.
Back to Top