Remove a Fold Experiment
Remove a fold experiment
DELETE /cloud/removeFoldExperiment
Implementation Notes
Remove a fold experiment of a specific instance. If you don't specify the instance version we'll take the current version.
Parameters
| Parameter | Description | Parameter Type | Data Type | 
|---|---|---|---|
| instanceName | Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+. | query | string | 
| version | Version of the instance. A string Vx where x is an integer greater than 0 and represent the number of version. | query | string | 
| fileName | Name of the file. Alphanumeric string: [^%[]%~+"]+.(csv | tsv). | query | 
| experimentName | Experiment folder name. Alphanumeric string: [A-Za-z0-9-_]+. | query | string | 
| user | user's authentication | header (authorization) | basic authentication |