Deleting a search history entry
Request
To delete a search history entry, send a DELETE request to:
https://<hostname>/search/v1/history/{id}
Mandatory arguments
id
– the ID of the search history item (as returned byGET /search/v1/history
– see Getting the search history)
Response
Every request returns an HTTP 200 status.