docs-v2/content/influxdb3/enterprise/admin/databases/delete.md

714 B

title description menu weight list_code_example related source
Delete a database Use the [`influxdb3 delete database` command](/influxdb3/enterprise/reference/cli/influxdb3/delete/database/) to delete a database from {{< product-name >}}. Provide the name of the database you want to delete.
influxdb3_enterprise
parent
Manage databases
203 {{% code-placeholders "DATABASE_NAME" %}} ```sh influxdb3 delete database DATABASE_NAME ``` {{% /code-placeholders %}}
/influxdb3/enterprise/reference/cli/influxdb3/delete/database/
/shared/influxdb3-admin/databases/delete.md