Details
Description
The camel-web allows a user to deploy and manipulate routes.
It seems currently impossible to delete routes through camel-web.
A delete operation on the route to be deleted would complete the REST interface:
http://en.wikipedia.org/wiki/Representational_State_Transfer#RESTful_web_services
e.g.:
RouteResource.java
@Delete
public void removeRoute()