# delete

## Usage

```bash
bdy environment delete|rm [options] <identifier>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Environment identifier (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `-f, --force` | Skip confirmation prompt |
| `-h, --help` | display help for command |

## Examples

### Delete environment

```bash
bdy env rm environment-identifier
```

### Delete environment and automatically confirm deletion

```bash
bdy env rm environment-identifier -f
```


---
Original source: https://buddy.works/docs/cli/environment/delete