logout - JS SDK Auth Reference

This documentation provides a reference to the sdk.auth.logout method used to send requests to Medusa's Authentication API routes. It can be used for admin users, customers, or custom actor types.

This method deletes the authentication session of the currently logged-in user to log them out. It sends a request to the Delete Authentication Session API route.

Example#

Code
1sdk.auth.logout()2.then(() => {3  // user is logged out4})

Returns#

PromisePromise<void>
This method deletes the authentication session of the currently logged-in user to log them out. It sends a request to the Delete Authentication Session API route.
Was this page helpful?
Ask Anything
FAQ
What is Medusa?
How can I create a module?
How can I create a data model?
How do I create a workflow?
How can I extend a data model in the Product Module?
Recipes
How do I build a marketplace with Medusa?
How do I build digital products with Medusa?
How do I build subscription-based purchases with Medusa?
What other recipes are available in the Medusa documentation?
Chat is cleared on refresh
Line break