User Logout

POST /auth/logout

Logs out the current user by clearing the authentication cookie.

Responses

  • 200 application/json

    Logout successful

    Hide response attribute Show response attribute object
    • * string Additional properties
POST /auth/logout
curl \
 --request POST 'http://api.example.com/auth/logout'
Response examples (200)
{
  "additionalProperty1": "string",
  "additionalProperty2": "string"
}