curl -X DELETE "https://kodostatus.com/api/v1/services/<service-id>" \
-H "X-API-Key: your_api_key"
{
"success": true
}
Permanently delete a service
curl -X DELETE "https://kodostatus.com/api/v1/services/<service-id>" \
-H "X-API-Key: your_api_key"
{
"success": true
}
curl -X DELETE "https://kodostatus.com/api/v1/services/<service-id>" \
-H "X-API-Key: your_api_key"
{
"success": true
}