Skip to main content

delete

inctl customer delete

Delete an organization.

Synopsis

Delete an organization.

The delete command marks the organization as soft-deleted. A soft-deleted organization can be recovered for at least 30 days by contacting support.

Example:

inctl customer delete --customer=exampleorg --org=myorg

inctl customer delete [flags]

Options

      --customer string   The human-friendly identifier of the organization to delete.
-h, --help help for delete
--yes Skip the confirmation prompt and directly delete the organization.

Options inherited from parent commands

      --debug-requests   If true, print the full request and response for each API call.
--env string The environment to use for the command. (default "prod")
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO