Clear a scrolling search Beta
Clear the search context and results for a scrolling search.
DELETE /_search/scroll
curl \
-X DELETE http://api.example.com/_search/scroll \
-H "Content-Type: application/json" \
-d '{"":"string"}'