tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
3.09k stars 480 forks source link

How to delete files uploaded to server? #1145

Closed gugelshit9 closed 2 months ago

gugelshit9 commented 5 months ago

Question I want to delete files uploaded to server example /files/1213-123-12312-2312 (uuid)

Setup details Please provide following details, if applicable to your situation:

Acconut commented 5 months ago

Send a DELETE request to the upload URL: https://tus.io/protocols/resumable-upload#termination