Version: v1.0.0 | Last Updated: 2026-06-11 This platform fully supports the Doubao Seedance series video generation API. Requests and responses are transparently proxied, and all parameter semantics remain consistent with the official API.
DELETE https://platform.dataeyes.ai/seedance/api/v3/contents/generations/tasks/{id}| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The task ID returned from the Create Task endpoint. |
| Current Status | Supported | Action | Resulting Status |
|---|---|---|---|
queued | Yes | Cancels the task before processing begins. | cancelled |
running | No | Cannot cancel a task that is currently being processed. The request returns an error. | (unchanged) |
succeeded | Yes | Deletes the task record and associated video. The task can no longer be queried. | (record deleted) |
failed | Yes | Deletes the task record. The task can no longer be queried. | (record deleted) |
cancelled | No | The task is already cancelled. No further action is supported. The request returns an error. Cancelled records are automatically deleted after 24 hours. | (unchanged) |
expired | Yes | Deletes the expired task record. The task can no longer be queried. | (record deleted) |
running task or a cancelled task), the API returns an appropriate error response with an HTTP 4xx status code and an error message explaining why the operation was rejected.