# delete

## Usage

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

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Human-readable ID of the pipeline (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

### ## pipeline delete

```bash
bdy pip rm pipeline-identifier
```

### ## pipeline force delete

```bash
bdy pip rm pipeline-identifier -f
```


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