Remove A Specific Instance
Remove a specific instance
DELETE /cloud/removeInstance
Implementation Notes
Remove a specific instance, including all associated versions. Can be forced to delete the instance even if there are batch files, fold experiments or visualizations depending on this instance through the use of the forceDelete parameter.Doesn't verify if thereare any batch files, fold experiments or visualizations depending on this instance, preRemove methods verify this.
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 | 
| forceDelete | Force delete the instance. A boolean value: true or false. | query | boolean | 
| user | user's authentication | header (authorization) | basic authentication |