remove script on the basis of comparison

/ip proxy access remove [find [if ( ???

I want to remove rules that satisfy these two conditions:
**src-address=**192.168.3.1
**dst-host=**domena

I can not find a way to have removed only those lines.
Can anyone hint solution?

/ip proxy access remove [find src-address=192.168.3.1 dst-host=domena]

Are you checked in you does it work?
Because on my MT 3.30 does not work.
It does not show any error but does not remove the rule.

Try this, at least I got this working on 5.18, I don’t have access to a 3.30:

/ip proxy access remove [find src-address="192.168.3.1" dst-host="domena"]

works fine, thank you so much.

That’s what karma is for :slight_smile: