forget-wifi
Use this interface to forget a Wi-Fi network and delete information about the hot spot from your device.
HTTP Request
GET http://ip/usapi?method=forget-wifi&name=magewell
Parameter | Description |
---|---|
method | forget-wifi |
name | Indicate a Wi-Fi network name |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |