# 取消 / 删除视频任务（ARK 兼容路径）

用上游任务 ID 取消排队中的任务或删除已完成 / 失败的记录。语义与
`DELETE /v1/videos/generations/{taskId}` 相同。

## DELETE /v1/contents/generations/tasks/{taskId}

> 取消 / 删除视频任务（ARK 兼容路径）

用上游任务 ID 取消排队中的任务或删除已完成 / 失败的记录。语义与
`DELETE /v1/videos/generations/{taskId}` 相同。

### Authentication

`Authorization: Bearer tr-xxx`

### Path Parameters

- **taskId** `string` **(required)**  
  上游任务 ID

### Response

HTTP 204 No Content

### Error Codes

- `401`: 
- `404`: 任务不存在或不属于当前账号
