Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.61 KB

File metadata and controls

55 lines (38 loc) · 1.61 KB
layout default
parent auth0 experimentation experiments
has_toc false

auth0 experimentation experiments delete

Delete an experiment.

Active experiments must be paused or completed before deleting.

To delete non-interactively, supply the experiment ID and use --force to skip confirmation.

Usage

auth0 experimentation experiments delete [flags]

Examples

  auth0 experimentation experiments delete
  auth0 experimentation experiments delete <experiment-id>
  auth0 experimentation experiments delete <experiment-id> --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.

Related Commands