Delete a bucket
Click the icon located far right of the bucket name.
Click Delete to delete the bucket.
Delete a bucket using the influx CLI
To delete a bucket by name, you need:
- Bucket name
Delete a bucket by ID
To delete a bucket by ID, you need:
- Bucket ID (provided in the output of
influx bucket list
)
influx bucket delete -i <bucket-id>