1.4 KiB
1.4 KiB
| title | seotitle | description | menu | weight | aliases | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Delete an organization | Delete an organization from InfluxDB | Delete an existing organization from InfluxDB using the influx CLI. |
|
104 |
|
Use the influx command line interface (CLI)
to delete an organization.
Delete an organization using the influx CLI
Use the influx org delete command
to delete an organization. Provide the following:
- An operator token using your
influxCLI connection configuration,INFLUX_TOKENenvironment variable, or the--token, -tflag. - The ID of the organization to delete
{{% code-placeholders "ORG_ID" %}}
influx org delete -i ORG_ID
{{% /code-placeholders %}}
Replace {{% code-placeholder-key %}}ORG_ID{{% /code-placeholder-key %}} with
the ID of the organization to delete.