> ## Documentation Index
> Fetch the complete documentation index at: https://docs.conductor.is/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing a QuickBooks Desktop connection

> Learn how to remove a QuickBooks Desktop connection from the QuickBooks Web Connector.

export const Image = ({src, alt, width, align = "center", noShadow = false, noBorder = false, noZoom = false}) => <img src={`https://mintlify.s3-us-west-1.amazonaws.com/conductor${src}`} alt={alt} style={{
  width: width
}} noZoom={noZoom} className={`rounded-xl ${align === "center" ? "mx-auto" : ""} ${!noBorder ? "border border-gray-200 dark:border-0" : ""} ${!noShadow ? "shadow-md dark:shadow-none" : ""}`} />;

<Info>
  This guide is provided by Conductor, the service that powers the QuickBooks
  Desktop integration for many business tools, including the one that sent you
  here.
</Info>

Follow the steps below to remove a QuickBooks Desktop connection from the QuickBooks Web Connector.

<Steps>
  <Step title="Open QuickBooks Desktop with the correct company file">
    1. Open QuickBooks Desktop.
    2. Open the company file associated with the connection you want to remove.
  </Step>

  <Step title="Open the QuickBooks Web Connector">
    In the top menu bar of QuickBooks Desktop, click "**File**" → "**App Management**" → "**Update Web Services**" to launch the QuickBooks Web Connector.
  </Step>

  <Step title="Remove the connection">
    In the Web Connector window that opens, click the "**Remove**" button next to the connection you want to disconnect.

    When the confirmation dialog appears, click "**Yes**" to confirm the removal.

    <Note>
      If for some reason you are unable to successfully remove the connection, you can alternatively just uncheck the "Auto-Run" box. This will also disable the connection so it won't run automatically.
    </Note>

    <Image src="/images/help/guides/remove-connection/web-connector-remove-connection.jpg" alt="Click Remove to delete the Web Connector connection" />
  </Step>

  <Step title="Close the QuickBooks Web Connector">
    Finally, click "**Hide**" in the bottom-right corner of the window to close the Web Connector.

    <Image src="/images/help/guides/remove-connection/web-connector-hide.jpg" alt="Click Hide to close the QuickBooks Web Connector" />
  </Step>
</Steps>

The QuickBooks Desktop connection will no longer run on your computer.
