Deletes a content item from the recommendation engine index.

Behavior: Removes the specified content item from the recommendation engine index so it will no longer appear in recommendations.

Authorization: Requires an authenticated user (method-level [Authorize]).

Side Effects: The content item is removed from the recommendation engine index. It will no longer be included in personalized recommendations.

Error Scenarios: Returns 401 if the user is not authenticated. Returns 400 if the ID is invalid. Returns 500 if the deletion fails.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the content item to remove from the recommendation index.

Responses
200

The item was successfully deleted from the recommendation index.

204

No content.

500

An unknown error occurred.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json