Skip to content

POST/auth/logout

Log out

Revoke the Bearer token.

Bearer token required

Response examples

200Logged out

application/json example derived from schema

{
  "message": "Logged out"
}

Released under the MIT License.