All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.async_search.delete.json Maven / Gradle / Ivy

The newest version!
{
  "async_search.delete":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html",
      "description": "Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_async_search/{id}",
          "methods":[
            "DELETE"
          ],
          "parts":{
            "id":{
              "type":"string",
              "description":"The async search ID"
            }
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy