Delete a file
DELETE/files/:fileKey
Deletes the file with the given file key.
Request
Responses
- 204
- 401
- 403
- 404
- 500
The file was deleted successfully.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The file was not found.
An internal error occurred while processing the request.