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

# Trash

> Find a table you deleted, put it back, or remove it for good.

Deleting a table from Oneprofile sends it to Trash first, columns, rows and all. Nothing is gone for good until you say so.

<Frame caption="The Trash list, with a table close to its purge date.">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/oneprofile/images/tables/trash.png" alt="The Trash page listing deleted tables with their row count, when each was deleted, and how many days remain before it is deleted forever, with Restore and Delete forever buttons on each row." />
</Frame>

## Find a deleted table

Click **Trash** in the sidebar. Each row names the table, its row count, when it was deleted, and how many days remain before it is gone for good.

## Restore or remove it

<Steps>
  <Step title="Put it back">
    Click **Restore** on the table's row to return it to your table list, with every column, row and cell it had.
  </Step>

  <Step title="Or remove it for good">
    Click **Delete forever**. A confirmation names the table and warns that this cannot be undone.
  </Step>
</Steps>

## Good to know

<AccordionGroup>
  <Accordion title="How long does a deleted table stay in Trash?">
    Deleted tables are kept for 30 days, with every column, row and cell they held. After that they are deleted forever.
  </Accordion>

  <Accordion title="Can I sort or search the Trash list?">
    You can sort it by name. There is no search box, so scan the list for the table you want.
  </Accordion>

  <Accordion title="Can I restore or delete more than one table at a time?">
    No. **Restore** and **Delete forever** each act on one row at a time.
  </Accordion>

  <Accordion title="Is there another way to undo a delete?">
    Moving a table to Trash also shows an Undo option for a few seconds right after. Past that, Trash is where you find it.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Create a table" icon="table" href="/tables/create-a-table">
    Start a new one while an old one sits in Trash.
  </Card>

  <Card title="Table settings" icon="sliders-horizontal" href="/tables/table-settings">
    Delete a table from its own settings panel.
  </Card>
</CardGroup>
