Remove a Folder File
Remove a folder file
DELETE /cloud/removeFile
Implementation Notes
Remove a specific file contained in a folder.
Parameters
| Parameter | Description | Parameter Type | Data Type | 
|---|---|---|---|
| folderName | Name of the folder. Alphanumeric string: [A-Za-z0-9-_]+ | query | string | 
| fileName | Name of the file. Alphanumeric string: [^%[]%~+"]+.(csv |tsv |json) | query | string | 
| user | user's authentication | header (authorization) | basic authentication |