Skip to main content
DELETE
/
v1
/
videos
/
{video_id}
Delete a Video
curl --request DELETE \
  --url https://aihubmix.com/v1/videos/{video_id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "video.deleted",
  "deleted": true,
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

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

Authorizations

Authorization
string
header
required

Gateway-issued API key, formatted as sk-gateway-xxxxxxxx. Used by OpenAI-shaped endpoints (/v1/chat/completions, etc.).

Path Parameters

video_id
string
required

The identifier of the video to delete.

Example:

"video_123"

Response

Success

Confirmation payload returned after deleting a video.

object
enum<string>
default:video.deleted
required

The object type that signals the deletion response.

Available options:
video.deleted
deleted
boolean
required

Indicates that the video resource was deleted.

id
string
required

Identifier of the deleted video.