cURL
curl --request DELETE \ --url https://api.vidbeo.com/v2/videos/{VIDEO_ID}/tracks/{TRACK_ID} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": {}, "links": {}, "errors": [] }
Delete a track
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the video
"abcde12345abcde12345a"
ID of the track
No items returned
The response is of type object.
object