arangosh> arango.GET("/echo")
{
"request" : {
"user" : null,
"database" : "_system",
"url" : "/echo",
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
"port" : 16070
},
"client" : {
"address" : "127.0.0.1",
"port" : 57026,
"id" : "146641305612813"
},
"internals" : {
},
"headers" : {
"authorization" : "Basic cm9vdDo=",
"user-agent" : "ArangoDB",
"content-length" : "0",
"connection" : "Keep-Alive",
"accept-encoding" : "deflate",
"host" : "127.0.0.1"
},
"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, hasMore: false]
arangosh> require("internal").reloadRouting()