Logout
Details#
This endpoint is used to log out the user. Works for Companies, Admins or any other type of user with an account.
Returns 200 status even if the user is not logged-in (idempotent).
URL : /auth/login
Method :
DELETE
Request examples#
Example 1 - User Logged-In#
Code :
200 OK
- Request
- Response
Example 2 - User Not Logged-In#
Code :
200 OK
- Request
- Response