Skip to main content
POST
/
app
/
auth
/
logout
Error
A valid request URL is required to generate request examples
{
  "message": "Successfully logged out"
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Logged out

message
string
Example:

"Successfully logged out"

Last modified on May 6, 2026