Skip to main content



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

ParameterDescriptionParameter TypeData Type
folderNameName of the folder. Alphanumeric string: [A-Za-z0-9-_]+querystring
modelTypeType of the model. One of the following values: simSearch, simClassify, simClassify%2B, simCluster, or simRecommendquerystring
specsFileNameName of the specs file to delete. Alphanumeric string: [A-Za-z0-9-_]+querystring
useruser's authenticationheader (authorization)basic authentication