Logout
The token used in the Request sample below is the token returned when API login authentication is passed.
Endpoint
POST /api/v1.1.0/logout?token={token}
Request Parameters
No request parameters. Only need to send the request address.
Examples
Request Example
POST /api/v1.1.0/logout?token=277ac400357b509b4a587ff2157f7ad5 HTTP/1.1
Content-Type:application/json; charset=utf-8
Host: 192.168.5.150
HTTP/1.1 200 OK Access-control-allow-origin: * Access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE { "status": "Success" }