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

# Delete a table in a Trino catalog

> Delete a table in a Trino catalog when you no longer need it.

Without writing a SQL command, you can delete a table in a Trino catalog when you no longer need it.

<Warning>Deleting a table can't be undone.</Warning>

## Delete a table in a Trino catalog

<Tabs>
  <Tab title="Web portal" icon="browser">
    Perform these steps to delete a table in a Trino catalog.

    1. Log in to NexusOne.
    2. On the top navigation bar, hover your mouse over **Catalog & Models** and then select **Catalogs**.
    3. Click a catalog to view its schemas.
    4. Click a schema to view its table.
    5. Click a table, and at the top right corner, click **Delete Table**.
    6. Click **Delete** to confirm your selection.
  </Tab>

  <Tab title="REST API" icon="code">
    Use the following API endpoint to:

    * [Delete catalog table](/api-reference/endpoints/metastore/delete-catalog-table).

    To get the catalog, schema, and table name, use the following API endpoint to:

    * [Get catalogs](/api-reference/endpoints/metastore/get-catalogs).
    * [Get catalog schemas](/api-reference/endpoints/metastore/get-catalog-schemas).
    * [Get tables](/api-reference/endpoints/metastore/get-tables).
  </Tab>
</Tabs>

## Additional resources

For an overview of the Govern feature, refer to [Govern Overview](/documentation/govern/overview).
