Delete monitor

Delete a monitor and all its check history.

Delete monitor

DELETE /monitors/:id

Delete a monitor and all its check history.

Auth: Bearer token (write scope)

This is irreversible. All check results, screenshots, and alert logs associated with this monitor are permanently deleted.

Request

bash
curl -X DELETE -H "Authorization: Bearer hu_..." \ "https://happyuptime.com/api/v1/monitors/mon_abc123"

Response

json
{ "data": { "id": "mon_abc123", "deleted": true } }
Ask a question... ⌘I