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