Skip to content

Delete File

David Haller edited this page Jul 8, 2018 · 1 revision

Delete file

URL : /files/:id

Method : DELETE

Auth required : NO

Success Response

204 NO CONTENT

The Location-header in the response indicates where the file can be found.

Error Response

401 UNAUTHORIZED

Authorization fails.

403 FORBIDDEN

The permissions are not sufficient.

404 NOT FOUND

File does not exist.

501 NOT IMPLEMENTED

The backend has no file storage configured.

Clone this wiki locally