{ "clear_scroll": { "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/search-request-scroll.html", "methods": ["DELETE"], "url": { "path": "/_search/scroll/{scroll_id}", "paths": ["/_search/scroll/{scroll_id}"], "parts": { "scroll_id": { "type" : "list", "required" : "true", "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" } } }