Logout
#
DetailsThis 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-InCode :
200 OK
- Request
- Response
#
Example 2 - User Not Logged-InCode :
200 OK
- Request
- Response