UptimeTea

API Documentation

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

Delete maintenance window

Soft deletes a maintenance window.

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

Headers

Authorization
REQUIRED
STRING
Bearer $TOKEN

Response body

HTTP 200 OK (empty body)

Code Examples

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