2013-05-24 06:02:42 -04:00
|
|
|
{
|
|
|
|
"indices.delete": {
|
2013-05-27 09:32:10 -04:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-delete-index/",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["DELETE"],
|
|
|
|
"url": {
|
|
|
|
"path": "/",
|
|
|
|
"paths": ["/", "/{index}"],
|
|
|
|
"parts": {
|
|
|
|
"index": {
|
2013-05-27 09:32:10 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of indices to delete; use `_all` or empty string to delete all indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
"timeout": {
|
2013-05-27 09:32:10 -04:00
|
|
|
"type" : "time",
|
|
|
|
"description" : "Explicit operation timeout"
|
2013-07-22 18:06:25 -04:00
|
|
|
},
|
|
|
|
"master_timeout": {
|
|
|
|
"type" : "time",
|
|
|
|
"description" : "Specify timeout for connection to master"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|