arangosh> arango.GET_RAW("/echo", { accept: "application/json" }) { "code" : 200, "error" : false, "body" : "{\"request\":{\"authorized\":true,\"user\":\"root\",\"database\":\"_system\",\"url\":\"/echo\",\"protocol\":\"http\",\"server\":{\"address\":\"127.0.0.1\",\"port\":15674},\"client\":{\"address\":\"127.0.0.1\",\"port\":49765,\"id\":\"153563925279595\"},\"internals\":{},\"headers\":{\"host\":\"127.0.0.1\"...", "headers" : { "connection" : "Keep-Alive", "content-length" : "461", "content-type" : "application/json; charset=utf-8", "server" : "ArangoDB", "x-content-type-options" : "nosniff" } } 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()