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

849 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_enterprise
parent
Manage databases
203 ```sh{placeholders="DATABASE_NAME|AUTH_TOKEN"} # 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/enterprise/reference/cli/influxdb3/delete/database/
/influxdb3/enterprise/api/v3/#operation/DeleteConfigureDatabase, Delete database API
/influxdb3/explorer/manage-databases/
/shared/influxdb3-admin/databases/delete.md