docs-v2/content/influxdb/v2/admin/organizations/delete-org.md

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.
influxdb_v2
name parent
Delete an organization Manage organizations
104
/influxdb/v2/organizations/delete-org/

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:

{{% 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.