delete
https://localhost:44395/api/recommendation/delete-item/
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The item was successfully deleted from the recommendation index.
204No content.
500An unknown error occurred.
