Clears the authenticated user's watchlist (favorites).

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid

Optional user ID. If not provided, the currently authenticated user's watchlist is cleared.

Responses
200

The watchlist was successfully cleared.

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