# delete

## Usage

```bash
bdy sandbox endpoint delete|rm [options] <identifier> <endpoint-name>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Sandbox identifier (required) |
| `endpoint-name` | Endpoint name (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 sandbox endpoint

```bash
bdy sb ep rm sandbox-identifier test
```

### Delete sandbox endpoint in another project and automatically confirm deletion

```bash
bdy sb ep rm sandbox-identifier test -p project -f
```


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