CHW-4508 TrafficViewIDRequired
view id segment is required on DELETE /api/traffic/views/{id}
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: view id segment is required on DELETE /api/traffic/views/{id}
HTTP status:400(client)
Problem. DELETE /api/traffic/views/{id} returned 400.
Cause. The {id} path segment was missing. Fix. Include the
view id in the URL. HTTP 400.