Delete thesaurus
- Print
- PDF
Delete thesaurus
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete a user thesaurus. You can delete it by specifying all the versions you created or a specific version.
DELETE https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/synonym/{synoName}
Request
Request parameters
Parameter name | Requirement status | Type | Restrictions | Explanation |
---|---|---|---|---|
name | Yes | string | Domain name created | |
synoName | Yes | string | Dictionary name created | |
version | No | string | Version of the thesaurus to delete |
Response statuses
HTTP status | Desc |
---|---|
200 | OK (Successfully created) |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |
Example
Request example
DELETE https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/wiki/synonym/syno?version=0.1
Response example
{"result":"ok"}
Was this article helpful?