Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

API.Routes.Logout

Mestre-Tramador edited this page Oct 19, 2022 · 2 revisions

Logout POST

/logout

Logout from the system and revoke the current token.

Headers

Name Value Description
Authorization Bearer YOUR_TOKEN The JSON Web Token (JWT) you got on the login.

Response

200

{
  "message": "Successful logout"
}

Everything occurred normally and the token was revoked.

Clone this wiki locally