deleteAccessPoint

suspend fun deleteAccessPoint(ssid: String)

Deletes access point information used in client mode. Only the access points registered with setAccessPoint can be deleted.

Parameters

ssid

SSID of the access point to delete.

Throws