What is the logout endpoint?
The logout endpoint is a URL path you can link to from anywhere on your storefront — a navigation menu, a page, a theme button, or a custom block. When a subscriber visits it, they're logged out of the Skio Customer Portal.
The base logout URL is:
/a/account/logoutHow to add a logout link to your Shopify navigation menu
The most common use case is adding a logout menu item to the customer account navigation in Shopify’s new customer accounts.
Step 1: Open your Shopify navigation menus
In your Shopify admin, go to Content > Menus, then select Customer account main menu.

Navigate to Content > Menus in your Shopify admin and select Customer account main menu.
Step 2: Add the logout menu item
Click Add menu item.
Enter a label in the Label field, such as
Log out of subscriptions.In the Link field, enter the logout endpoint path. For example:
/a/account/logout.Click the checkmark to confirm the item, then click Save.

Add a menu item with the logout path in the Link field. No domain prefix is needed.
Note: You only need the path in the Link field — not the full domain. Shopify automatically prepends your store's domain.