diff --git a/content/v2.0/organizations/buckets/delete-bucket.md b/content/v2.0/organizations/buckets/delete-bucket.md index 9f74dc115..ab3ce6111 100644 --- a/content/v2.0/organizations/buckets/delete-bucket.md +++ b/content/v2.0/organizations/buckets/delete-bucket.md @@ -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