HFS 3
  1. Front-end
HFS 3
  • Introduction
  • Front-end
    • List files
      GET
    • Upload
      PUT
    • Upload
      POST
    • Delete
      DELETE
    • Create folder
      POST
  • Admin
    • misc
      • get config
      • set config
    • accounts
      • add account
      • update account
      • list accounts
      • delete account
      • list usernames
      • get account
      • list admins
      • safer update of the password
    • VFS
    • plugins
      • get plugin config
      • set plugin config
    • monitoring
    • log
  1. Front-end

Delete

DELETE
/{folder}/{file}
Front-end
Equivalent to curl -T FILE URL/

Request

Path Params
folder
string 
required
The folder path where the file will be uploaded
file
string 
required
The uploaded file name

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://localhost//'

Responses

🟢200File uploaded successfully
application/json
Body
object {0}
Example
{}
Modified at 2024-07-20 08:30:35
Previous
Upload
Next
Create folder
Built with