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

rest-api-spec.api.sql.delete_async.json Maven / Gradle / Ivy

{
  "sql.delete_async": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-async-sql-search-api.html",
      "description": "Deletes an async SQL search or a stored synchronous SQL search. If the search is still running, the API cancels it."
    },
    "stability": "stable",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_sql/async/delete/{id}",
          "methods": [
            "DELETE"
          ],
          "parts": {
            "id": {
              "type": "string",
              "description": "The async search ID"
            }
          }
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy