Skip to content

Commit d4dc5c0

Browse files
committed
Add esql.async_query_delete.json specification
1 parent d3f2956 commit d4dc5c0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)