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