Skip to main content
DELETE
Video Generation

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> in the request header.

Path Parameters

task_id
string
required

The task ID to cancel or delete.

Response

200 - application/json
task_id
string

The task ID that was operated on.

action
enum<string>

The actual operation performed: cancelled (cancel, only for queued status) or deleted (delete successful or failed task records).

Available options:
cancelled,
deleted
status
enum<string>

The operation result status: cancelled (cancelled) or deleted (record deleted).

Available options:
cancelled,
deleted