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

# Deleting Submissions

> Remove submissions you no longer need.

Formbase lets you delete individual submissions from the dashboard. This is helpful when cleaning up test data or removing unwanted entries.

If you need to delete all submissions for a form, delete the form itself.

<Steps>
  <Step title="Open the submissions table">
    Go to the form in your dashboard and open the "Submissions" tab.
  </Step>

  <Step title="Delete a submission">
    Use the row action menu (three dots) and select "Delete". The submission is removed immediately.

    <Frame>
      <img src="https://mintcdn.com/formbase/gA9p3Ks8sQ18Mo1W/images/submission-row-actions.png?fit=max&auto=format&n=gA9p3Ks8sQ18Mo1W&q=85&s=58dea803fac6581dbee10748abc04720" alt="Row action menu with delete option" width="1280" height="720" data-path="images/submission-row-actions.png" />
    </Frame>
  </Step>
</Steps>

<Callout type="warning">
  Deletions are permanent. Export your data first if you might need it later.
</Callout>
