Skip to main content
DELETE
/
status-pages
/
{id}
/
template
curl -X DELETE "https://kodostatus.com/api/v1/status-pages/550e8400-e29b-41d4-a716-446655440000/template" \
  -H "X-API-Key: your_api_key"
{
  "success": true
}

Path Parameters

id
string
required
The status page ID

Response

success
boolean
Whether the template was cleared successfully
curl -X DELETE "https://kodostatus.com/api/v1/status-pages/550e8400-e29b-41d4-a716-446655440000/template" \
  -H "X-API-Key: your_api_key"
{
  "success": true
}