Skip to main content



Remove a Batch File

Remove a batch file

DELETE /cloud/removeBatchFile

Implementation Notes

Remove a batch query of a specific instance. If you don't specify the instance version we'll take the current version.

Parameters

ParameterDescriptionParameter TypeData Type
outputFolderOutput folder in which the batch file is located. Alphanumeric string: [A-Za-z0-9-_]+.querystring
instanceNameName of the instance. Alphanumeric string: [A-Za-z0-9-_]+.querystring
versionVersion of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.querystring
fileNameName of the file. Alphanumeric string: [^%[]%~+"]+.(csvtsv).query
useruser's authenticationheader (authorization)basic authentication