Skip to main content
DELETE
/
uptime-monitors
/
{id}
curl -X DELETE "https://kodostatus.com/api/v1/uptime-monitors/mon_abc123" \
  -H "X-API-Key: your_api_key"
{
  "success": true
}

Path Parameters

id
string
required
The monitor ID

Response

Returns a success confirmation.
This will permanently delete the monitor and all its check history.
curl -X DELETE "https://kodostatus.com/api/v1/uptime-monitors/mon_abc123" \
  -H "X-API-Key: your_api_key"
{
  "success": true
}