DELETE
/
folders
/
{FOLDER_ID}
/
videos
/
{VIDEO_ID}
curl --request DELETE \
  --url https://api.vidbeo.com/v2/folders/{FOLDER_ID}/videos/{VIDEO_ID} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": {},
  "links": {},
  "errors": []
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

FOLDER_ID
string
required

ID of the folder

VIDEO_ID
string
required

ID of the video

Response

200 - application/json
success
boolean
required
result
object
required
links
object
required
errors
object[]
required