OpenSearch/rest-api-spec/api/watcher.delete.json

21 lines
452 B
JSON
Raw Normal View History

{
"watcher.delete": {
"documentation": "http://www.elastic.co/guide/en/watcher/current/appendix-api-delete-watch.html",
"methods": [ "DELETE" ],
"url": {
"path": "/_watcher/watch/{id}",
"paths": [ "/_watcher/watch/{id}" ],
"parts": {
"id": {
"type" : "string",
"description" : "Watch ID",
"required" : true
}
},
"params": {
}
},
"body": null
}
}