Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 orgs delete

Delete an organization.

To delete interactively, use auth0 orgs delete with no arguments.

To delete non-interactively, supply the organization id and the --force flag to skip confirmation.

Usage

auth0 orgs delete [flags]

Examples

  auth0 orgs delete
  auth0 orgs rm
  auth0 orgs delete <org-id>
  auth0 orgs delete <org-id> --force
  auth0 orgs delete <org-id> <org-id2> <org-idn>
  auth0 orgs delete <org-id> <org-id2> <org-idn> --force

Flags

      --force   Skip confirmation.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.