Videos
Delete Video
'Deletes one or more videos - note that for this operation you can specify a comma-delimited list of video ids to delete. A maximum of 10 videos can be deleted with one request. You can also delete a video by its reference id using ref:video_reference_id but only one at a time.'
delete/v1/accounts/{{account_id}}/videos{video_ids}}
Path parameters
account_idstring required
Video Cloud account ID.
video_idsstring required
One or more video ids or one reference id. If reference ids, the syntax is ref:my_ref_id. Note that you may include multiple video ids, but only one reference id.
For example:
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Response
NO_CONTENT