script remove route rule table

Dear Mikrotik Lover,

In /ip route rule, i have 3 table ip address (each table contain more than 100 dst.address)
does any body know, how to remove this table (thru command, cause i will use in script to update with new ip dst.address), it’s possible to remove this table thru command ? cause if we use winbox no problem. :smiley:

Best Regard
Boyke

/ip route remove [find routing-mark="xxx"]

Thxs MRZ, you give me idea, to fix my scrip, actualy the command must goes like this:
/ip route rule remove [find table=mmm] :smiley: