Parallel Works

pw orgs delete

Delete an organization

Synopsis

The pw orgs delete command deletes an organization and all its users, groups, and settings.

This action is irreversible. You will be prompted to type the organization name to confirm. Use -f to skip the confirmation prompt.

pw orgs delete <organization> [flags]

Examples

  pw orgs delete my-org
  
  # Skip confirmation
  pw orgs delete -f my-org

Options

  -f, --force   Skip confirmation prompt
  -h, --help    help for delete

Options inherited from parent commands

      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging

SEE ALSO