api.clarify.io
bundles
Copy Page
api.clarify.io
bundles
List bundles
GET
Create a bundle
POST
Delete a bundle
DELETE
Get a bundle
GET
Update a bundle
PUT
Get bundle insights
GET
Request an insight to be run
POST
Get bundle insight
GET
Delete bundle metadata
DELETE
Get bundle metadata
GET
Update bundle metadata
PUT
Delete bundle tracks
DELETE
Get bundle tracks
GET
Add a track for a bundle
POST
Update a tracks for a bundle
PUT
Delete a bundle track
DELETE
Get bundle track
GET
Add media to a track
PUT
reports
Generate Group Report <span class="label">beta</span>
GET
Generate Trends Report <span class="label">beta</span>
GET
search
Search bundles
GET
bundles
MCP
Copy Page
Delete bundle tracks
DELETE
/v1/bundles/{bundle_id}/tracks
Try it
Run in Apidog
Run in Apidog
Delete tracks of a bundle. This will only delete media stored on Clarify systems and not delete the source media on remote systems.
Successful response will be a HTTP code 204 with an empty body.
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'https://api.clarify.io//v1/bundles//tracks'
Response
Response Example
200 -
Example 1
{
}
Request
Path Params
Generate Code
bundle_id
string
required
id of a bundle
Responses
🟢
200
No response was specified
application/json
Generate Code
Body
Generate Code
object
{0}
🟢
204
No Content (success)
🟠
400
Bad request
🟠
404
Not found
Modified at
2022-09-10 16:56:00
Previous
Update bundle metadata
Next
Get bundle tracks