# delete

## Usage

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

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Artifact identifier (human-readable) (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 artifact

```bash
bdy art rm artifact-identifier
```

### Delete artifact and automatically confirm deletion

```bash
bdy art rm artifact-identifier -f
```


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