跳转到主要内容
DELETE
Delete a Video

授权

Authorization
string
header
必填

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

路径参数

video_id
string
必填

The identifier of the video to delete.

示例:

"video_123"

响应

Success

Confirmation payload returned after deleting a video.

object
enum<string>
默认值:video.deleted
必填

The object type that signals the deletion response.

可用选项:
video.deleted
deleted
boolean
必填

Indicates that the video resource was deleted.

id
string
必填

Identifier of the deleted video.