# Delete

> Delete an existing cloud content delivery bucket.

Delete an existing cloud content delivery bucket.

## Command

```text
ugs ccd buckets delete <bucket-name> [options]
```

## Arguments

* `<bucket-name>`: The name of the bucket 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.         |
| 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.      |
