> ## 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 & Restore Forms

> Delete or restore forms, and empty your trash.

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>;
};

## How it works

When you delete a form, it's first moved to the **Trash** instead of being permanently deleted. This lets you restore the form later along with the results.

A form is only permanently deleted after it's removed from the Trash. Once deleted, the form and all of its data can't be recovered. If you think you'll need this information later, we recommend [downloading your responses](https://www.fillout.com/help/view-responses#export-submissions) and [summary](https://www.fillout.com/help/summary#print-summary) first.

## How to delete a form

**Hover** over the form you'd like to delete, and click the `ellipsis` <Icon icon="ellipsis" /> followed by `Move to trash`.

<img src="https://mintcdn.com/fillout-005a867b/2PyKNhzqvtiFa1WJ/images/Screenshot-2026-07-20-at-5.45.14-PM.png?fit=max&auto=format&n=2PyKNhzqvtiFa1WJ&q=85&s=c3c8c3117fda3fefc87edbf7aa49f51c" alt="Screenshot 2026 07 20 At 5 45 14 PM" title="Screenshot 2026 07 20 At 5 45 14 PM" style={{ width:"42%" }} width="755" height="894" data-path="images/Screenshot-2026-07-20-at-5.45.14-PM.png" />

<Info>
  This only moves your form to the Trash. To permanently delete it, [remove it from the Trash](/help/delete-and-restore-forms#how-to-empty-trash).
</Info>

## How to restore a form

Go to `Trash` at the bottom left of your dashboard. Locate the form you want to recover, then click `Restore`.

<img src="https://mintcdn.com/fillout-005a867b/2PyKNhzqvtiFa1WJ/images/Screenshot-2026-07-20-at-5.48.03-PM.png?fit=max&auto=format&n=2PyKNhzqvtiFa1WJ&q=85&s=1af679a3395886dfb2066dd6daf62d20" alt="Screenshot 2026 07 20 At 5 48 03 PM" width="1933" height="1120" data-path="images/Screenshot-2026-07-20-at-5.48.03-PM.png" />

Submissions you received prior to deleting including the summary will also be restored.

## How to empty trash

At the bottom left of your dashboard, click `Trash` followed by `Delete all`.

<SupportBanner />
