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

# Delete your Fillout account

> Delete your organization, and erase all forms including responses, your collaborators' forms, and unsubscribe from emails.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## Notice

Please note that deleting your Fillout account **cannot be undone**. Account deletion will remove your entire [organization](/help/organizations), which includes [workspaces](/help/workspaces), forms, respondent submissions, collaborators' forms and unsubscribe you from email notifications.

<Note>
  Only [admins](https://www.fillout.com/help/granular-permissions#view-existing-permissions) on the Free Forms & Apps plans can delete organizations. If you're on a paid plan, you'll need to [downgrade](https://www.fillout.com/help/billing-and-payments#upgrade-or-downgrade-your-plan) first.
</Note>

## How to delete your account

<Warning>
  Don't want to delete the entire organization? Learn how to [leave](https://www.fillout.com/help/organizations#leave-an-organization) it instead.
</Warning>

<Steps>
  <Step title="Delete all forms, apps, and databases">
    Before proceeding with account deletion, you need to remove all forms, apps, and databases. This includes[emptying the Trash](https://www.fillout.com/help/delete-and-restore-forms), located on the bottom left of your dashboard, so everything is fully cleared.
  </Step>

  <Step title="Go to account settings">
    Click your `Account name` on the upper left corner followed by [Settings](https://build.fillout.com/home/settings/general) in the dropdown.
  </Step>

  <Step title="Delete organization">
    Scroll to the bottom and click `Delete organization`.

    <img src="https://mintcdn.com/fillout-005a867b/WWkC639RFk6Zm-mm/images/Screenshot-2026-07-01-at-5.34.31-PM.png?fit=max&auto=format&n=WWkC639RFk6Zm-mm&q=85&s=bd1402da476bd6b13e254a89d33e4099" alt="Screenshot 2026 07 01 At 5 34 31 PM" title="Screenshot 2026 07 01 At 5 34 31 PM" style={{ width:"77%" }} width="1346" height="258" data-path="images/Screenshot-2026-07-01-at-5.34.31-PM.png" />

    <Warning>
      If you think you may need anything later, we recommend [exporting](https://www.fillout.com/help/importing-and-exporting-forms#export-a-form) it before deleting your organization.
    </Warning>

    Type **DELETE ORGANIZATION** in the popup window to confirm.
  </Step>
</Steps>

## Related articles

<CardGroup cols={3}>
  <Card title="Reset your password" color="#FFC738" icon="unlock-keyhole" iconType="regular" href="/help/reset-password">
    Change for security reasons or to regain account access.
  </Card>

  <Card title="Organizations" color="#FFC738" icon="building" iconType="regular" href="/help/organizations">
    Create organizations for different companies with the same email.
  </Card>

  <Card title="Workspaces" color="#FFC738" icon="folders" iconType="regular" href="/help/workspaces">
    Organize forms in folders and control user access.
  </Card>
</CardGroup>

If you are looking to delete your organization, follow the steps [here](https://www.fillout.com/help/organizations#delete-organization).

<SupportBanner />
