Clears continue watching markers for the authenticated user or a specific asset.

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

Optional user ID. If not provided, the currently authenticated user's markers are cleared.

uuid

Optional asset ID. If not provided, all continue watching markers are cleared.

Responses
200

The continue watching markers were 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