Skip to main content

TUS delete file upload

A request to delete upload by TUS protocol.

note

[Since 2022.04]

DELETE /api/v1/files/uploadResumable HTTP/1.1
  1. Example request
DELETE /api/v1/files/uploadResumable/f1b7e278-5e22-4ca7-8b42-3e01978faa3d HTTP/1.1
X-co-auth-token: d4df686556681a2e31243405cf859d9a
X-FS-Token: f4b2adc9b1926479434d560ca155679c
X-Tenant-ID: default
Tus-Resumable: 1.0.0
Content-Type: application/offset+octet-stream
Host: localhost:8080
  1. Response headers
ParameterDescription
Tus-ResumableVersion of the protocol.
  1. Example response
HTTP/1.1 204 No Content
X-co-request-id: 714b5462743177577536646a71435763
Tus-Resumable: 1.0.0