Delete a bucket

    1. Click the icon located far right of the bucket name.

    2. 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)
    1. influx bucket delete -i <bucket-id>