post
https://localhost:44395/api/media/clear-watchlist
Behavior: Deletes the user's list of favorites. If no user ID is passed, it clears the watchlist of the currently logged-in user.
Authorization: Requires an authenticated user (method-level [Authorize]).
Side Effects: All favorites for the specified or current user are permanently removed.
Error Scenarios: Returns 401 if the user is not authenticated. Returns 404 if the user ID was not found.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The watchlist was successfully cleared.
204No content.
500An unknown error occurred.
