Skip to main content



Remove a Folder File

Remove a folder file

DELETE /cloud/removeFile

Implementation Notes

Remove a specific file contained in a folder.

Parameters

ParameterDescriptionParameter TypeData Type
folderNameName of the folder. Alphanumeric string: [A-Za-z0-9-_]+querystring
fileNameName of the file. Alphanumeric string: [^%[]%~+"]+.(csv |tsv |json)querystring
useruser's authenticationheader (authorization)basic authentication