{ "indexed_script.delete": { "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indexed-scripts.html", "methods": ["DELETE"], "url": { "path": "/_search/script/{lang}/{id}", "paths": [ "/_search/script/{lang}/{id}" ], "parts": { "id": { "type" : "string", "description" : "Script ID", "required" : true }, "lang" : { "type" : "string", "description" : "Script language", "required" : true } } }, "body": null } }