mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
[DOCS] Remove leading slashes
This commit is contained in:
parent
3cbca54d6c
commit
e99461ea38
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@ synchronous SQL search>>. If the search is still running, the API cancels it.
|
|||
|
||||
[source,console]
|
||||
----
|
||||
DELETE /_sql/async/delete/FkpMRkJGS1gzVDRlM3g4ZzMyRGlLbkEaTXlJZHdNT09TU2VTZVBoNDM3cFZMUToxMDM=
|
||||
DELETE _sql/async/delete/FkpMRkJGS1gzVDRlM3g4ZzMyRGlLbkEaTXlJZHdNT09TU2VTZVBoNDM3cFZMUToxMDM=
|
||||
----
|
||||
// TEST[skip: no access to search ID]
|
||||
|
||||
[[delete-async-sql-search-api-request]]
|
||||
==== {api-request-title}
|
||||
|
||||
`DELETE /_sql/async/delete/<search_id>`
|
||||
`DELETE _sql/async/delete/<search_id>`
|
||||
|
||||
[[delete-async-sql-search-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue