API Reference (hyper cloud)
Search API
Remove Search Document
6min
This command removes a document from the search index. If you need to modify the search document, remove the search document, modify the document, and then Add document to search index.
- appname - string - the name of your hyper cloud application.
- key - string
- value requirements
- must begin with a lowercase letter (a-z)
- must be lowercase letters (a-z)
- digits (0-9)
- any of these characters _ $ + -
Node.js
Curl
|
Status Code | Description | Example Response |
201 | Success | {"ok": true} |
404 | Not Found | {"ok": false, "msg": "document not found"} |
500 | Error | {"ok": false, "msg": "..."} |
Need Help?
You can always reach out to our support team for any additional assistance on slack.
Updated 15 Oct 2022
Did this page help you?