Remove user from host list

I am trying to find a way to remove a user from the hosts list by IP address in the terminal window. So I can make a script to check for this IP address every so often and remove it . The only way I can currently do this is by ID which changes all the time.

Thanks,

Are you talking about entries in “/ip hotspot host”?

/ip hotspot host { remove [find address="1.1.1.1"] };

Thanks that did the trick..