> ## 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 submissions

> Remove form submissions in Fillout.

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

## Overview

To keep your form results organized and easier to analyze, it's important to delete test submissions and other unnecessary responses.

## How to remove a submission

Go to the `Results` page of your form from the top menu. Simply **right click** on a cell, then `Delete row`

<img src="https://mintcdn.com/fillout-005a867b/59lYVrypMm2EIx08/images/Screenshot2026-01-07at6.35.08PM.png?fit=max&auto=format&n=59lYVrypMm2EIx08&q=85&s=61939476f2f651b97176e3dfecf21f8c" alt="Screenshot 2026 01 07 At 6 35 08 PM" width="2646" height="774" data-path="images/Screenshot2026-01-07at6.35.08PM.png" />

To delete multiple submissions, hover over the leftmost column and put a <Icon icon="square-check" iconType="solid" /> next to the submissions, then `Delete row/s`.

<img src="https://mintcdn.com/fillout-005a867b/59lYVrypMm2EIx08/images/Screenshot2026-01-07at6.36.20PM.png?fit=max&auto=format&n=59lYVrypMm2EIx08&q=85&s=e559f10b764323dccc907a71f43be1df" alt="Screenshot 2026 01 07 At 6 36 20 PM" title="Screenshot 2026 01 07 At 6 36 20 PM" style={{ width:"85%" }} width="2292" height="656" data-path="images/Screenshot2026-01-07at6.36.20PM.png" />

<Warning>
  Deleting a submission is permanent and cannot be undone, so be sure to double-check before deleting. Additionally, deleting a submission may affect any visualizations or statistics generated from the form results.
</Warning>

## Deleted file uploads

Deleting a submission also deletes its file uploads from our system.

Files already uploaded to tools like Airtable will stay there. For integrations where we only send a file **link** (not the file itself), deleting the submission (containing that file) will break that link. For example, HubSpot only receives a link, so access will be lost once the file is deleted.

<SupportBanner />
