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