Remove hotspot records which specific simple queue

Hello,
need to check simple queue for 100M/100M. If there are some records, need to remove that records from hotspot (fore reconnecting).

How can I do that?
Know how to print records, currently have this only:

[user@my-router] /queue simple> print where max-limit="100M/100M"

It shows me records with 100M/100M. Now I need to remove that records from hotpot. Maybe by MAC address (name).

Any way to do that please?
Thank you

any help please?

Have this now in scripts but it doesn’t work of course..

:foreach i in=[/queue simple find where max-limit=“100M/100M”] do={/ip hotspot host remove $i}

And why you expect that “nonsense” script works?

don’t expect. never did any scripting so I believed someone shows me the right way.