# delete

## Usage

```bash
bdy distro route delete|rm [options] <identifier> <route-id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Human-readable ID of the distribution (required) |
| `route-id` | ID of the route (find via "bdy distro route ls") (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 route (find by "bdy distro route ls distro-identifier")

```bash
bdy distro route rm distro-identifier route-id
```


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