{ "clear_scroll": { "documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html", "methods": ["DELETE"], "url": { "path": "/_search/scroll/{scroll_id}", "paths": ["/_search/scroll/{scroll_id}", "/_search/scroll"], "parts": { "scroll_id": { "type" : "list", "description" : "A comma-separated list of scroll IDs to clear" } }, "params": {} }, "body": { "description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter" } } }