Removes a watch from Watcher

DELETE /_watcher/watch/{id}

Path parameters

  • id string Required

    Watch ID

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
DELETE /_watcher/watch/{id}
curl \
 -X DELETE http://api.example.com/_watcher/watch/{id}
Response examples (200)
{
  "found": true,
  "_id": "string",
  "_version": 42.0
}