Deletes a specific video from a library. This action permanently removes the video and its associated data (e.g., files, thumbnails, metadata).
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
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 'Authorization: Bearer <token>'
Response Response Example
{
"message": "Video Deleted Successfully",
"success": true
}
Modified at 2025-11-30 07:03:14