Deleting a SMB/CIFS repository
Use this API to delete a repository accessed over SMB/CIFS.
Requirement: OpenSearchServer v1.5
The URLs and HTTP methods used by this API are different from other OSS APIs, please give this document a careful read.
Call parameters
URL: /services/rest/crawler/file/repository/remove/smb/{index_name}/{result_type}?path={path}&username={username}&domain={domain}&host={host}
Method: DELETE
URL parameters:
- index_name (required): The name of the index.
- result_type (required): Type of returned result (
json
orxml
). - path (required): path used by this repository.
- username (required): username used by this repository.
- domain (required): domain used by this repository.
- host (required): host used by this repository.
Success response
The repository has been deleted.
HTTP code:
200
Content (json):
{
"successful":true
}
Error response
The request failed. The reason is provided in the content.
HTTP code:
500