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

# Delete connections

> Delete Connections: Remove data warehouse connections for dbt™ projects in Paradime. Keep your connections organized.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<Info>
  Only [**Admin users**](/products/settings/users/index) can manage data warehouse connections.
</Info>

### **What is Connection Deletion?**

Deleting a connection **removes it permanently** from Paradime.

* This is useful for **cleaning up unused or outdated connections**.
* If a connection is still in use, it **must be replaced or reassigned** before deletion.

### **How to Delete a Connection**

1. **Go to** **Settings > Connections**.
2. **Find the connection** you want to delete (e.g., Code IDE, Scheduler, etc.).
3. **Click** the **View** button.
4. **Click** the **More (`...`)** button in the connection settings menu.
5. **Select** **"Delete Connection"**.
6. **Confirm deletion** when prompted.

<Warning>
  **Implications of Deleting a Connection**

  * **Scheduler Environment Restriction**:
    * If **multiple connections** exist in the **Scheduler Environment**, the default connection **can only be deleted if it is the last remaining connection**.
  * **Permanent Removal**: Deleted connections **cannot be recovered**—ensure they are no longer needed before deletion.
</Warning>

<Arcade src="https://demo.arcade.software/EWWYe7OddR6BhEOm9Lz8?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Delete connections" />


## Related topics

- [Manage connections](/products/settings/connections/manage-connections/index.md)
- [Delete Branches](/guides/working-with-git/delete-branches.md)
- [BigQuery cost connection](/products/settings/connections/cost-connection/bigquery-cost-connection.md)
- [Clickhouse](/products/settings/connections/scheduler-environment/clickhouse.md)
