arangosh> arango.GET("/echo") { "request" : { "authorized" : true, "user" : "root", "database" : "_system", "url" : "/echo", "protocol" : "http", "server" : { "address" : "127.0.0.1", "port" : 4247 }, "client" : { "address" : "127.0.0.1", "port" : 38026, "id" : "150789124760515" }, "internals" : { }, "headers" : { "authorization" : "Basic cm9vdDo=", "connection" : "Keep-Alive", "user-agent" : "ArangoDB", "host" : "127.0.0.1", "accept-encoding" : "deflate" }, "requestType" : "GET", "parameters" : { }, "cookies" : { }, "urlParameters" : { } }, "options" : { } } arangosh> db._query("FOR route IN _routing FILTER route.url == '/echo' REMOVE route in _routing") [object ArangoQueryCursor, count: 0, cached: false, hasMore: false] arangosh> require("internal").reloadRouting()