/network/wifi-forget
Use the interface to remove network configuration.
Request Mode
POST /api/network/wifi-forget
Parameter | Description |
---|---|
iface | The network card name |
ssid | The AP name |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |