Hi,
The next command return the ip route item I would like to remove,
Send(“/ip/route/getall”);
Send(“?=comment=myComment”, true);
but it never return an ID, neither with print command I can get the item id.
I’ve tested the next command with null result:
Send(“/ip/route/remove”);
Send(“?=comment=myComment”, true);
Someone could help me please?¿.
Thanks a lot.