Delete a File
This operation allows you to delete a file from the servers storage folder.
HTTP method |
DELETE
|
URI |
/FileService/<filename>
|
Request headers |
Host: <server_dns_or_ip>[:<port>]
|
Request body |
None
|
Response headers |
Content-Length: 0 Date: <date_time> Server: Microsoft-HTTPAPI/2.0
|
Response body |
None
|
HTTP result codes |
HTTP 204 (no content) indicates that the file was deleted.
|