Cancel the resumable upload of a video, deleting any data uploaded so far
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
DELETE
/videos/upload-resumable
VideoVideo Upload
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://peertube2.cpy.re/api/v1/videos/upload-resumable?upload_id=' \
--header 'Content-Length;'
Response Response Example
204 - Example 1
{}
Request
Query Params
upload_id
stringÂ
required
not valid anymore and the upload session has already been deleted with its data ;-)
Header Params
Content-Length
numberÂ
required
Responses
Modified at 2022-09-10 22:29:50