arangosh> arango.GET("/echo") { "request" : { "user" : null, "database" : "_system", "url" : "/echo", "protocol" : "http", "server" : { "address" : "127.0.0.1", "port" : 18776 }, "client" : { "address" : "127.0.0.1", "port" : 41602, "id" : "146581063361314" }, "internals" : { }, "headers" : { "authorization" : "Basic cm9vdDo=", "content-length" : "0", "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, hasMore: false] arangosh> require("internal").reloadRouting()