Logout
This endpoint logs out the authenticated user.
HTTP Request
Section titled “HTTP Request”GET https://adelion.com/api/auth/logoutTo logout user, just call endpoint without parameters.
Response
Section titled “Response”Failure
Section titled “Failure”| Error Code | Meaning |
|---|---|
| 401 | Unauthorized — Your access token is invalid. |
| 500 | Internal Server Error — We had a problem with our server. Try again later. |