Overview
Cancellation is best-effort and only succeeds while the task is still cancellable. A successful DELETE returns HTTP 200 with an empty body. Query the task afterward if you need to confirm the final state. See also Seedance 2.0 Video Models and Video Generation.Cancellation Semantics
- The request can succeed while the task is queued or still cancellable.
- If the task has already completed, failed, expired, or is no longer cancellable, the endpoint returns an error; query the task to confirm its current state.
- A cancelled task does not return a video result.