MCP Gateway
ApiAuthentication

Log out current user

Clear authentication cookies to end the current session.

POST
/api/v1/auth/logout

Response Body

application/json

curl -X POST "https://loading/api/v1/auth/logout"
{
  "property1": "string",
  "property2": "string"
}