Skip to content

Logout

POST /api/v1/logout

This route is used to log out a user by invalidating their minban_token cookie. Once the cookie is cleared, the user will no longer be authenticated for future requests.

Request

Authentication

🔒 No authentication

Headers

No special headers required.

Body

No body is required.

Responses

204 No Content

The request was successful, and the minban_token cookie has been cleared. The user is now logged out.