Clear a scrolling search

DELETE /_search/scroll

Clear the search context and results for a scrolling search.

application/json

Responses

DELETE /_search/scroll
curl \
 -X DELETE http://api.example.com/_search/scroll \
 -H "Content-Type: application/json" \
 -d '{"":"string"}'
Request examples
{
  "": "string"
}
Response examples (200)
{
  "succeeded": true,
  "num_freed": 42.0
}