Skip to main content
DELETE
/
libraries
/
{libraryId}
/
videos
/
{videoId}
/
subtitles
/
{subtitleId}
Delete Subtitle
curl --request DELETE \
  --url https://api.tenbyte.io/v1/vidinfra/libraries/{libraryId}/videos/{videoId}/subtitles/{subtitleId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Library Deleted Successfully",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

videoId
string
required

Unique identifier of the targeted video resource.

subtitleId
string
required

Unique identifier of the subtitle.

Response

message
string
required
success
boolean
required