Removing all static arp entries using one command?

Hello.
At the ip arp print, I have dynamic entries, from dhcp, and static.

My question is, how to filter and remove ALL ONLY static entries using one command like this,

/ip arp remove [ find where ??? ]

Best regards.

AFAIR

/ip arp remove [find where !dynamic]

Damn it :wink:.
I was trying where !=dynamic :wink:.

Best regards.

this is also valid:
/ip arp remove [find where dynamic=no]to cause less confusion