@airbolt/sdk
    Preparing search index...

    Function clearAuthToken

    • Clear the authentication token for a specific baseURL

      Parameters

      • OptionalbaseURL: string

        The base URL for the API (defaults to localhost:3000)

      Returns void

      // Clear token for default URL
      clearAuthToken();

      // Clear token for specific URL
      clearAuthToken('https://api.airbolt.dev');