# Deleting a Table

Deleting a table will permanently remove the table and its data, which may be difficult or impossible to recover.

{% hint style="info" %}
If you need a backup of your table data, please contact chat support or email *<vasanth@fireapis.com>*.
{% endhint %}

Here are the steps for deleting a table:

1. Select the table you want to delete. On the  left side, you will find the **Delete** button.

<figure><img src="/files/lcnWJmt5VBrFakJq3nQq" alt=""><figcaption><p>Delete Table Button Location</p></figcaption></figure>

2. A confirmation popover will appear. Clicking **Delete** in the Confirmation popover will remove the table from view.

<figure><img src="/files/BBik6GHm7Y836aP3FJRW" alt=""><figcaption><p>Delete Confirmation Popover</p></figcaption></figure>

3. The table will still exist in the database. To remove it from the database, you need to click the **Migrate Changes** button (Learn more about this).
4. After clicking **Migrate Changes,** the table will be successfully removed from the database.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fireapis.com/the-basics/tables/deleting-a-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
