Contents

removeConfiguration(forSSID:)

Removes a Wi-Fi configuration, identified by an SSID, that your app previously added.

Declaration

func removeConfiguration(forSSID SSID: String)

Parameters

  • SSID:

    A string of 1-32 characters.

Discussion

Your app can use this method to delete a configuration that it has added, but not a configuration added by another app or by the user. The user can also delete configured networks through Settings > Wi-Fi.

See Also

Removing configuration