summaryrefslogtreecommitdiff
path: root/rest-api-spec/api/indices.delete_template.json
blob: f012f0af313ba5fd15c7c69a452e016f2a634363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "indices.delete_template": {
    "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/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
  }
}