Hi Guys!
Newby on MikroTik Forum. I have a bit of a challenge here. I have been trying to get a script running to remove the IP hotspot host according to its DHCP lease if the Host is not authorized in the hotspot host.
I have tried numerous ways in writing the script but only partially working, it only deletes the IP hotspot Host that is not authorized.
/ip dhcp-server lease remove numbers=[find dynamic[/ip hotspot host remove numbers=[find authorized=no]]]
Any assistance in this would be great.