API
Properly logout the current session.
It is advised to logout immediately after use.
Available in 7.0.0 or later
cURL Example
> curl -b cookies.txt -H “Content-Type: application/json” -X POST http://192.168.1.1/api/logout
{
"stat": "ok"
}
Properly logout the current session.
It is advised to logout immediately after use.
Available in 7.0.0 or later
> curl -b cookies.txt -H “Content-Type: application/json” -X POST http://192.168.1.1/api/logout
{
"stat": "ok"
}