Unpublish a Recommendation.

post

/content/management/api/v1.1/personalization/recommendations/{id}/unpublish

Unpublish a Recommendation from optional channel(s).

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
The information needed to unpublish a Recommendation.
Root Schema : RecommendationUnpublish
Type: object
Recommendation Unpublish Request
Show Source
Nested Schema : channels
Type: array
List of unpublish channels. If channels are not empty, the recommendation is unpublished to the given channels. If the channels are empty, the recommendation is unpublished from its targeted channels.
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.

500 Response

Internal server error.
Back to Top