Polished
diff --git a/examples/camel-example-openapi-osgi/src/main/resources/OSGI-INF/blueprint/camel.xml b/examples/camel-example-openapi-osgi/src/main/resources/OSGI-INF/blueprint/camel.xml
index e8f8895..e8a2bcf 100644
--- a/examples/camel-example-openapi-osgi/src/main/resources/OSGI-INF/blueprint/camel.xml
+++ b/examples/camel-example-openapi-osgi/src/main/resources/OSGI-INF/blueprint/camel.xml
@@ -89,21 +89,6 @@
       </get>
     </rest>
 
-    <!-- defines the rest services using the context-path /echo -->
-    <rest path="/echo" consumes="application/text" produces="application/text">
-      <description>Echo rest service</description>
-
-      <get uri="/ping">
-        <description>A ping service</description>
-        <route>
-          <transform>
-            <constant>pong</constant>
-          </transform>
-        </route>
-      </get>
-
-    </rest>
-
   </camelContext>
 
 </blueprint>