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

# squarecloud workspace delete

> 删除一个 workspace。

永久删除一个 workspace，包括其成员列表和应用共享设置。workspace ID 为必填项。此操作具有破坏性：删除前会要求 `y/N` 确认。传入 `-y`/`--yes` 可跳过该提示。

```bash theme={null}
squarecloud workspace delete <workspaceID>
```

```bash theme={null}
squarecloud workspace delete <workspaceID> -y
# 删除 workspace，不询问确认。
```

使用 `squarecloud workspace delete --help` 获取有关此命令的更多信息。
