2013-05-24 06:02:42 -04:00
|
|
|
{
|
2013-06-07 12:54:21 -04:00
|
|
|
"indices.delete_template": {
|
2013-05-27 15:46:47 -04:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["DELETE"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_template/{name}",
|
|
|
|
"paths": ["/_template/{name}"],
|
|
|
|
"parts": {
|
|
|
|
"name": {
|
2013-05-27 15:46:47 -04:00
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
|
|
|
"description" : "The name of the template"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
"timeout": {
|
2013-05-27 15:46:47 -04:00
|
|
|
"type" : "time",
|
|
|
|
"description" : "Explicit operation timeout"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|