Batch delete query matches by given filters.

Query Params
filters
array of strings

Filters used to filter the query results to be deleted. Returned facets can be used as filters to filter query results.
To delete results by streamId specify it in the following format 'streamId:queryValue'. The logic used between multiple filters is between same is OR, otherwise AND.

Example 1: filters=streamId:CNN - will delete matches registered on CNN stream only.

Example 2: filters=streamId:CNN&filters=mediaType:Video - will delete Video matches registered on CNN stream only.

Example 3: filters=trackId:123 - will delete matches registered on track 123.

filters
Responses
202

Accepted

500

Server Error

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json