Reach It
- Method:
POST - Path:
/api/logs/delete - Base URL:
http://openhaldex.local(or controller IP) - Response format:
JSON
API Endpoint
Deletes one log file by path.
POST/api/logs/deletehttp://openhaldex.local (or controller IP)JSONNone
JSON: {"path":"/logs/..."}
Receive: JSON: {"ok":true,"inputsMapped":bool}
Parse: Path must pass backend validity checks.
400 invalid/missing path or delete failed; 200 success
curl -s -X POST "http://openhaldex.local/api/logs/delete" -H "Content-Type: application/json" -d '{...}'
This section is intentionally unique for POST /api/logs/delete. Focus area:
targeted log file deletion with explicit path confirmation. When integrating OpenHaldex at scale, this endpoint should be treated as a dedicated
workflow step rather than a generic HTTP action.
Operational scenario: Delete selected obsolete files only after exporting needed evidence for issue reports.
Domain vocabulary: file-delete, path-confirm, delete-ack, cleanup-task, evidence-retention, scope-pruning, delete-guard, log-hygiene, single-file-remove, audit-action.
POST /api/logs/delete and capture status code + raw response./api/status) to verify runtime convergence.await fetch('/api/logs/delete',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({path})});
Unique endpoint guidance like this helps prevent duplicate-content clustering while remaining genuinely useful for developers working on OpenHaldex integrations for haldex controller, VW AWD controller, and Audi AWD controller environments.
Preview the real OpenHaldex firmware UI in your browser with simulated live CAN traffic and interactive pages for tuning, diagnostics, logs, setup, and OTA workflows.