UptimeTea

API Documentation

The UptimeTea API is easy to use and free for all plans.

Delete watcher

Soft deletes a watcher (can be recovered).

DELETE
https://api.uptimetea.com/watchers/:id

Headers

Authorization
REQUIRED
STRING
Bearer $TOKEN

Response body

HTTP 200 OK (empty body)

Code Examples

curl -X DELETE "https://api.uptimetea.com/watchers/<watcher_id>" \
  -H "Authorization: Bearer $TOKEN"