tus / tusd

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

How to delete files uploaded to server? #1145

Open gugelshit9 opened 2 weeks ago

gugelshit9 commented 2 weeks 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 2 weeks ago

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