firewall remove

Hi

I have small problem - I want to remove from firewall few lines where comment equal to eg. 567 or 234 - comments are only numbers - and now how to do this from script ?
I’ve tried [/ip firewall rule forward remove [find comment=456]] but it says: no such command or directory (find)
In manual I found rule foreach but it remove all rules

Is it possible ? any ideas ?

Thanks

/ip firewall rule forward remove [/ip firewall rule forward find comment=456]

That’s exactly what I need

Thank You :slight_smile: