# Delete

> Delete a cloud content delivery badge.

Delete a cloud content delivery badge.

## Command

```text
ugs ccd badges delete <badge-name> [options]
```

## Arguments

* `<badge-name>`: Name of the badge to delete.

## Options

| Option           | Alias                  | Description                                       |
| ---------------- | ---------------------- | ------------------------------------------------- |
| environment-name | -e, --environment-name | The Unity environment name.                       |
| project-id       | -p, --project-id       | The Unity cloud project id.                       |
| bucket-name      | -b, --bucket-name      | The name of the bucket associated with the badge. |
| help             | -?, -h, --help         | Display help and usage information.               |
| quiet            | -q, --quiet            | Reduce logging to a minimum.                      |
| json             | -j, --json             | Use JSON as the output format.                    |
