Delete an async search Added in 7.7.0
If the asynchronous search is still running, it is cancelled.
Otherwise, the saved search results are deleted.
If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the cancel_task
cluster privilege.
Path parameters
-
A unique identifier for the async search.
DELETE /_async_search/{id}
curl \
-X DELETE http://api.example.com/_async_search/{id}
Response examples (200)
{
"acknowledged": true
}