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

Path Parameters

id
string
required
The incident ID

Response

Returns a success confirmation.
This action is irreversible. All incident data and updates will be permanently deleted.
curl -X DELETE "https://kodostatus.com/api/v1/incidents/inc_abc123" \
  -H "X-API-Key: your_api_key"
{
  "success": true
}