Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/v1/libraries/314221a1-3cbf-4d3c-846e-f6c22bc43064/videos/delete/bulk?permanent_delete=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_ids": [
"e726a4d0-c9f6-42a1-b416-33b4de3a2ec6",
"79ec281d-51ae-41dc-bd48-2fc08446a17f"
]
}'{
"message": "Video Deleted Successfully",
"success": true
}