OpenSearch/rest-api-spec/api/delete_template.json

18 lines
414 B
JSON

{
"delete_template": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-template.html",
"methods": ["DELETE"],
"url": {
"path": "/_search/template/{id}",
"paths": [ "/_search/template/{id}" ],
"parts": {
"id": {
"type" : "string",
"description" : "Template ID"
}
}
},
"body": null
}
}