arangosh> arango.GET("/echo") { "request" : { "authorized" : true, "user" : null, "database" : "_system", "url" : "/echo", "protocol" : "http", "server" : { "address" : "127.0.0.1", "port" : 6026 }, "client" : { "address" : "127.0.0.1", "port" : 55450, "id" : "151188720789006" }, "internals" : { }, "headers" : { "host" : "127.0.0.1", "authorization" : "Basic cm9vdDo=", "connection" : "Keep-Alive", "user-agent" : "ArangoDB", "accept-encoding" : "deflate" }, "requestType" : "GET", "parameters" : { }, "cookies" : { }, "urlParameters" : { } }, "options" : { "Hello" : "World" } } 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()