Clear a scrolling search Beta

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"}'