Skip to main content
DELETE
/
domain-monitors
/
{id}
curl -X DELETE "https://kodostatus.com/api/v1/domain-monitors/dom_abc123" \
  -H "X-API-Key: your_api_key"
{
  "success": true,
  "message": "Domain monitor deleted successfully"
}

Path Parameters

id
string
required
The unique identifier of the domain monitor to delete

Response

Returns a success confirmation.
curl -X DELETE "https://kodostatus.com/api/v1/domain-monitors/dom_abc123" \
  -H "X-API-Key: your_api_key"
{
  "success": true,
  "message": "Domain monitor deleted successfully"
}
Deleting a domain monitor removes all historical check data. This action cannot be undone.