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

Path Parameters

id
string
required
The service ID

Response

Returns a success confirmation.
Deleting a service will remove it from your status page. Any linked incidents or monitors will be unlinked.
curl -X DELETE "https://kodostatus.com/api/v1/services/svc_abc123" \
  -H "X-API-Key: your_api_key"
{
  "success": true
}