Base url https://api.omegastream.net/company/client/video
this will be called from now as {base_url}
Incase you want to delete a single video, you should use Delete Video api instead.
DELETE: {base_url}/delete_videos
{
"uuids": [
"a0dc8dbf-3126-4805-89a1-662a33331f93"
"ec070291-f584-4ce0-af1a-58fbe46cb905"
]
}
uuids
: array of video’s uuids. min length is 1 and max length is 50.Key | Value | Details |
---|---|---|
Authorization | Bearer {{api_key}} | api key is very important here to authorize your request. |
Content-Type | application/json |
Status Code: 200
OK
{
"has_error": false,
"videos_count": 1,
"updated_count": 1,
"failed_count": 0,
"failed_videos": {}
}