Clear a scrolling search Beta
Clear the search context and results for a scrolling search.
Path parameters
-
Comma-separated list of scroll IDs to clear. To clear all scroll IDs, use
_all
.
DELETE /_search/scroll/{scroll_id}
curl \
-X DELETE http://api.example.com/_search/scroll/{scroll_id} \
-H "Content-Type: application/json" \
-d '{"":"string"}'