Delete watcher
Soft deletes a watcher (can be recovered).
DELETE
https://api.uptimetea.com/watchers/:idHeaders
AuthorizationREQUIRED
STRING
Bearer $TOKENResponse body
HTTP 200 OK (empty body)Code Examples
curl -X DELETE "https://api.uptimetea.com/watchers/<watcher_id>" \
-H "Authorization: Bearer $TOKEN"