curl -X DELETE "https://kodostatus.com/api/v1/services/<service-id>" \
-H "X-API-Key: your_api_key"
{
"success": true
}
Services
Delete Service
Permanently delete a service
DELETE
/
services
/
{id}
curl -X DELETE "https://kodostatus.com/api/v1/services/<service-id>" \
-H "X-API-Key: your_api_key"
{
"success": true
}
Path Parameters
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/<service-id>" \
-H "X-API-Key: your_api_key"
{
"success": true
}