# Odhlášení uživatele **POST /auth/logout** Invaliduje aktuální JWT token a refresh token. ## Servers - Produkční server: https://api.mstonjek.cz/v1 (Produkční server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 204 Úspěšné odhlášení. Bez obsahu. ### 401 Chyba autentizace #### Body: application/json (object) - **code** (string) - **message** (string) ### 500 Chyba serveru #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)