arangosh> arango.GET("/echo") { "request" : { "authorized" : false, "user" : null, "database" : "_system", "url" : "/echo", "protocol" : "http", "server" : { "address" : "127.0.0.1", "port" : 18767 }, "client" : { "address" : "127.0.0.1", "port" : 56379, "id" : "149916501984682" }, "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" : { } } 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()