Forget a saved Wi-Fi network
Removes a saved network identified by ssid or network_id query parameter. If neither parameter is provided, all saved networks are removed.
Query Parameters
- ssid string
Name of the network to remove
- network_id integer
Internal network identifier of the network to remove
Responses
- 200
- 400
- 401
- 404
OK
- There are no known networks
- Network is not present in the saved list
- Wrong network_id
- Network '{network_id}' is not present in the saved list
- application/json
- Schema
- Example (from schema)
Schema
- error string
Error information
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
This function is only available with Wi-Fi module
Loading...