updated bucket delete docs to address PR feedback
parent
6518bd99af
commit
3a7d815a91
|
@ -25,14 +25,13 @@ to delete a bucket.
|
|||
## Delete a bucket using the influx CLI
|
||||
|
||||
Use the [`influx bucket delete` command](/v2.0/reference/cli/influx/bucket/delete)
|
||||
to delete a bucket.
|
||||
Delete buckets by name or ID.
|
||||
to delete a bucket a bucket by name or ID.
|
||||
|
||||
### Delete a bucket by name
|
||||
**To delete a bucket by name, you need:**
|
||||
|
||||
- The bucket name
|
||||
- The name or ID of the organization the bucket belongs to
|
||||
- Bucket name
|
||||
- Bucket's organization name or ID
|
||||
|
||||
<!-- -->
|
||||
```sh
|
||||
|
@ -46,7 +45,7 @@ influx bucket delete -n my-bucket -o my-org
|
|||
### Delete a bucket by ID
|
||||
**To delete a bucket by ID, you need:**
|
||||
|
||||
- The bucket ID _(provided in the output of `influx bucket list`)_
|
||||
- Bucket ID _(provided in the output of `influx bucket list`)_
|
||||
|
||||
<!-- -->
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue