Version: v1.0.0 | Last Updated: 2026-08-13 This platform fully supports the MiniMax Video Generation V2 (MiniMax-H3) official API. Requests and responses are transparently proxied, and all parameter semantics remain consistent with the official API.
DELETE https://platform.dataeyes.ai/hailuo/v2/video_generation/{task_id}| Parameter | Type | Required | Description |
|---|---|---|---|
task_id | string | Yes | The ID of the task to cancel or delete |
| Task Status | Action Performed | Billing Impact |
|---|---|---|
queued | cancelled | Task is cancelled before processing starts; any pre-charged amount is fully refunded |
succeeded | deleted | Task record is deleted; settled charges are not refunded |
failed | deleted | Task record is deleted (failed tasks are not billed) |
running | — | Not allowed; returns an error (a task in progress cannot be cancelled) |
cancelled | — | Not allowed; returns an error |
{
"task_id": "424010985738629",
"action": "cancelled",
"status": "cancelled"
}| Field | Type | Description |
|---|---|---|
task_id | string | The task ID that was operated on |
action | string (enum) | The action actually performed: cancelled (queued tasks only) or deleted (record of a succeeded / failed task) |
status | string (enum) | Result status: cancelled or deleted |