Removes a watch from Watcher
Path parameters
-
Watch ID
DELETE /_watcher/watch/{id}
curl \
-X DELETE http://api.example.com/_watcher/watch/{id}
Response examples (200)
{
"found": true,
"_id": "string",
"_version": 42.0
}