provider user GET /user/logout
@utdk/petstore /user/logout
Logs out current logged in user session.
Log user out of the system.

Try it

Authentication
Configure credentials for Swagger Petstore - OpenAPI 3.0
logoutuser
GET/user/logout
Log user out of the system.

This operation has no parameters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import petstore from '@utdk/petstore';

await petstore.logoutuser()