Delete an organization
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 influx CLI connection configuration,
INFLUX_TOKEN
environment variable, or the--token, -t
flag. - The ID of the organization to delete
influx org delete -i ORG_ID
Replace ORG_ID
with the ID of the organization to delete.