Skip to main content
POST
/
auth
/
logout
Logout
curl --request POST \
  --url http://localhost:8080/auth/logout
{
  "error": {
    "code": 401,
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://medama.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Cookies

_me_sess
string
required

Session token for authentication.

Example:

"_me_sess=token; Path=/; HttpOnly; SameSite=Lax; Secure"

Response

Success