---
title: "Cancel the resumable upload of a video, deleting any data uploaded so far"
method: DELETE
path: "/api/v1/videos/upload-resumable"
tags: ["Video", "Video Upload"]
---

# Cancel the resumable upload of a video, deleting any data uploaded so far

`DELETE /api/v1/videos/upload-resumable`

Uses [a resumable protocol](https://github.com/kukhariev/node-uploadx/blob/master/proto.md) to cancel the upload of a video

## Query parameters

- `upload_id` string, required

## Headers

- `Content-Length` number, required

## Response `204`

upload cancelled

## Other responses

- `404` — upload not found

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/versions/efe11b159e43/schema)
