updated bucket delete docs to address PR feedback

pull/862/head
Scott Anderson 2020-03-25 11:10:36 -06:00
parent 6518bd99af
commit 3a7d815a91
1 changed files with 4 additions and 5 deletions

View File

@ -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