Users
Log out a user
End the current logged-in user session.
Logs out the current user session. The operation declares no security requirement and no parameters.
Log out the current logged-in user session.
GET
/user/logoutResponse
{200}Successful operation
cURL
curl --request GET \ --url https://petstore3.swagger.io/api/v3/user/logout
No response body is defined by the OpenAPI contract.
The contract does not define a response body or identify how the current session is supplied. It also defines a default Unexpected error response without a fixed status or body schema.