Deletes a specific video from a library. This action permanently removes the video and its associated data (e.g., files, thumbnails, metadata).
Request
Add parameter in header X-API-Key
Example:X-API-Key: ********************
Responses
application/json
curl --location --request DELETE 'https://api.tenbyte.io/v1/libraries/06773b2c-f0f7-4bbe-a360-e861e8abe864/videos/97661050-ab19-455b-aed7-798f3fb7807d' \
--header 'X-API-Key: <api-key>'
Response Response Example
{
"message": "Video Deleted Successfully",
"success": true
}
Modified at 2025-11-30 07:03:14