2013-05-24 06:02:42 -04:00
|
|
|
{
|
2013-06-07 12:54:21 -04:00
|
|
|
"indices.delete_mapping": {
|
2014-01-09 16:44:14 -05:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-delete-mapping.html",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["DELETE"],
|
|
|
|
"url": {
|
|
|
|
"path": "/{index}/{type}/_mapping",
|
|
|
|
"paths": ["/{index}/{type}/_mapping", "/{index}/{type}"],
|
|
|
|
"parts": {
|
|
|
|
"index": {
|
2013-05-27 10:08:58 -04:00
|
|
|
"type" : "list",
|
|
|
|
"required" : true,
|
|
|
|
"description" : "A comma-separated list of index names; use `_all` for all indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
|
|
|
"type": {
|
2013-05-27 10:08:58 -04:00
|
|
|
"type" : "string",
|
2013-06-09 15:17:29 -04:00
|
|
|
"required" : true,
|
2013-05-27 10:08:58 -04:00
|
|
|
"description" : "The name of the document type to delete"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
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
|
|
|
|
}
|
|
|
|
}
|