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

820 B

title description menu weight list_code_example related source
Delete a database Use the influxdb3 CLI, HTTP API, or InfluxDB 3 Explorer to delete a database from {{< product-name >}}.
influxdb3_core
parent
Manage databases
203 ```sh{placeholders="DATABASE_NAME"} # influxdb3 CLI influxdb3 delete database DATABASE_NAME # HTTP API curl --request DELETE "http://localhost:8181/api/v3/configure/database?db=DATABASE_NAME" \ --header "Authorization: Bearer AUTH_TOKEN" ```
/influxdb3/core/reference/cli/influxdb3/delete/database/
/influxdb3/core/api/v3/#operation/DeleteConfigureDatabase, Delete database API
/influxdb3/explorer/manage-databases/
/shared/influxdb3-admin/databases/delete.md