Skip to main content
DELETE
/
library
/
{libraryId}
/
videos
/
{videoId}
Delete Video
curl --request DELETE \
  --url https://video.bunnycdn.com/library/{libraryId}/videos/{videoId} \
  --header 'AccessKey: <api-key>'
{
  "success": true,
  "message": "<string>",
  "statusCode": 123
}

Authorizations

AccessKey
string
header
required

AccessKey based authentication

Path Parameters

libraryId
integer<int64>
required
videoId
string
required

Response

The video was successfully deleted

success
boolean

Determines if the request was successful

message
string | null

Response message description

statusCode
integer<int32>

The response status code