Responses

  • 200 application/json

    Successful logout

    Hide response attribute Show response attribute object
    • code integer
  • 401

    Unauthorized

POST /logout
curl \
 --request POST 'http://localhost:8080/logout' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "code": 42
}