Cancel or delete a Seedance task
seedance_cancel_videoCancel a queued Seedance video task or delete the record of a finished one. Use a task ID to stop pending tasks before they start running.
Instructions
Cancel a Seedance task that is still queued, or delete the record of one that already finished. BytePlus maps both to a single DELETE call. Only queued tasks can actually be cancelled - a task already running cannot be stopped, and the call will fail. Cancelled tasks are purged after 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to cancel or delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| task_id | Yes | ||
| cancelled | Yes |