Problem with IP ROUTE id (api command)

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.

Try this:

Send("/ip/route/getall");
Send("?comment=myComment", true);

iuf, the same result. The command return the correct item but without id!!.

any other idea?