We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f2956 commit d4dc5c0Copy full SHA for d4dc5c0
rest-api-spec/src/main/resources/rest-api-spec/api/esql.async_query_delete.json
@@ -0,0 +1,27 @@
1
+{
2
+ "esql.async_query_delete": {
3
+ "documentation": {
4
+ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/esql-async-query-delete-api.html",
5
+ "description": "Delete an async query request given its ID."
6
+ },
7
+ "stability": "stable",
8
+ "visibility": "public",
9
+ "headers": {
10
+ "accept": ["application/json"]
11
12
+ "url": {
13
+ "paths": [
14
+ {
15
+ "path": "/_query/async/{id}",
16
+ "methods": ["DELETE"],
17
+ "parts": {
18
+ "id": {
19
+ "type": "string",
20
+ "description": "The async query ID"
21
+ }
22
23
24
+ ]
25
26
27
+}
0 commit comments