Responses

  • 200

    Successful logout

  • 401

    Unauthorized

POST /logout
curl \
 --request POST 'https://middleware.example.com/api/logout' \
 --header "Authorization: Bearer $ACCESS_TOKEN"