CHW-4508 TrafficViewIDRequired

view id segment is required on DELETE /api/traffic/views/{id}

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.