Deletes video tracking data for a user, asset, content item, or combination thereof.

Behavior: Removes video tracking records based on the provided filter criteria. Supports filtering by user ID, asset ID, and/or content ID, which can be combined: user ID deletes all tracking for that user, asset ID deletes all tracking for that asset, content ID deletes all tracking for that content item.

Authorization: Requires a valid Bearer token.

Side Effects: Permanently deletes matching video tracking records.

Error Scenarios: Returns 400 if the input model is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The filter criteria specifying which video tracking records to delete.

Represents video playback tracking data for a user's viewing progress.

uuid | null

Gets or sets the unique identifier of the video asset being tracked.

uuid | null

Gets or sets the unique identifier of the content item containing the video.

string
enum

Undefined

Watchlist

LiveStream

Allowed:
uuid

Gets or sets the unique identifier of the user.

uuid | null

Gets or sets the unique identifier of the tracking record.

boolean | null

Gets or sets a value indicating whether the user has reached the first quartile (25%) of the video.

boolean | null

Gets or sets a value indicating whether the user has reached the midpoint (50%) of the video.

boolean | null

Gets or sets a value indicating whether the user has reached the third quartile (75%) of the video.

boolean

Gets or sets a value indicating whether the user has completed watching the video.

boolean

Gets or sets a value indicating whether the video has been hidden from the user's continue watching list.

boolean

Gets or sets a value indicating whether the tracked video is a live stream.

double

Gets or sets the furthest point in seconds the user has reached in the video.

double

Gets or sets the last playback position in seconds when the user stopped watching.

double

Gets or sets the total duration of the video in seconds.

date-time

Gets or sets the date and time of the last tracking beacon received.

string | null
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

The video tracking data was deleted successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json