Deletes an async SQL search or a stored synchronous SQL search Added in 7.15.0
If the search is still running, the API cancels it.
Path parameters
-
Identifier for the search.
DELETE /_sql/async/delete/{id}
curl \
-X DELETE http://api.example.com/_sql/async/delete/{id}
Response examples (200)
{
"acknowledged": true
}