Delete an async EQL search | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Delete an async EQL search Added in 7.9.0
DELETE /_eql/search/{id}
Delete an async EQL search or a stored synchronous EQL search. The API also deletes results for the search.
Path parameters
- Identifier for the search to delete. A search ID is provided in the EQL search API's response for an async search. A search ID is also provided if the request’s
keep_on_completion
parameter istrue
.
Responses
- 200 application/json
Hide response attribute Show response attribute object- For a successful response, this value is always true. On failure, an exception is returned instead.