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

rest-api-spec.api.indices.delete_template.json Maven / Gradle / Ivy

The newest version!
{
  "indices.delete_template": {
    "documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
    "methods": ["DELETE"],
    "url": {
      "path": "/_template/{name}",
      "paths": ["/_template/{name}"],
      "parts": {
        "name": {
          "type" : "string",
          "required" : true,
          "description" : "The name of the template"
        }
      },
      "params": {
        "timeout": {
          "type" : "time",
          "description" : "Explicit operation timeout"
        },
        "master_timeout": {
          "type" : "time",
          "description" : "Specify timeout for connection to master"
        }
      }
    },
    "body": null
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy