> ## 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

> Deletes a workspace on Square Cloud.

Permanently deletes a workspace, including its member list and app-sharing setup. The workspace ID is required. This is destructive: it asks for `y/N` confirmation before deleting. Pass `-y`/`--yes` to skip the prompt.

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

```bash theme={null}
squarecloud workspace delete <workspaceID> -y
# Deletes the workspace without a confirmation prompt.
```

Use `squarecloud workspace delete --help` for more information about this command.
