I'd like to delete all active or inactive Wifi connections on interface wlan0, with the intention of having a known-empty clean slate to set things up. Is this possible?
I was hoping for something like
nmcli connection delete device wlan0
or
nmcli dev show wlan0 delete
but no such luck.
Or is there a means to do this with iw? I found a means to delete the interface, but not connections.