---
title: "removeConfiguration(forSSID:)"
framework: networkextension
role: symbol
role_heading: Instance Method
path: "networkextension/nehotspotconfigurationmanager/removeconfiguration(forssid:)"
---

# removeConfiguration(forSSID:)

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

## Declaration

```swift
func removeConfiguration(forSSID SSID: String)
```

## Parameters

- `SSID`: A string of 1-32 characters.

## Discussion

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

- [removeConfiguration(forHS20DomainName:)](networkextension/nehotspotconfigurationmanager/removeconfiguration(forhs20domainname:).md)
