Remove/Delete a Specifications for a Folder
Remove/Delete a Specification For a Folder
DELETE /cloud/removeSpec
Implementation Notes
Remove a spec file from a folder. This does not delete the file, but drops the connection between the file and the folder.
Parameters
| Parameter | Description | Parameter Type | Data Type | 
|---|---|---|---|
| folderName | Name of the folder. Alphanumeric string: [A-Za-z0-9-_]+ | query | string | 
| modelType | Type of the model. One of the following values: simSearch, simClassify, simClassify%2B, simCluster, or simRecommend | query | string | 
| specsFileName | Name of the specs file to delete. Alphanumeric string: [A-Za-z0-9-_]+ | query | string | 
| user | user's authentication | header (authorization) | basic authentication |