Skip to main content
DELETE
Cancel or delete video generation task
This endpoint automatically performs a cancel or delete based on the task’s current status, as follows:

Authorizations

Authorization
string
header
required

HTTP: Bearer Auth

  • Security Scheme Type: http
  • HTTP Authorization Scheme: Bearer API_key, used to verify account information, can be found in Account Management>API Keys.

Path Parameters

task_id
string
required

ID of the video generation task to cancel or delete.

Response

task_id
string

ID of the affected task.

action
enum<string>

The action actually performed: cancel (only for the queued state) or delete (remove the record, for terminal-state tasks).

Available options:
cancel,
delete
status
string

Task status after the operation.