mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 17:56:49 +00:00
28 lines
819 B
Markdown
28 lines
819 B
Markdown
---
|
|
title: 'Delete workspace'
|
|
---
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
If you determine that a workspace is no longer necessary, you have the option to permanently remove it from your settings. Deleting a workspace will delete all the bases and data associated with it.
|
|
|
|
:::danger
|
|
**This action cannot be undone.**
|
|
:::
|
|
|
|
:::info
|
|
Only **workspace owner** can delete a workspace.
|
|
:::
|
|
|
|
To delete a workspace:
|
|
|
|
1. Click on `Team & Settings` on the left sidebar to open Workspace configuration page.
|
|
2. Click on `Settings` tab.
|
|
3. Click on `Delete Workspace` button.
|
|
4. Key in the workspace name to confirm the deletion.
|
|
5. Click on `Delete Workspace` button on the confirmation dialog box.
|
|
|
|

|
|
|
|

|