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

auth0 rules delete

DEPRECATED! Rules are deprecated and will be removed in the near future. Users should migrate all rules to actions. See https://auth0.com/docs/customize/actions/migrate/migrate-from-rules-to-actions for more details.

Delete a rule.

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

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

Usage

auth0 rules delete [flags]

Examples

  auth0 rules delete 
  auth0 rules rm
  auth0 rules delete <rule-id>
  auth0 rules delete <rule-id> --force
  auth0 rules delete <rule-id> <rule-id2> <rule-idn>
  auth0 rules delete <rule-id> <rule-id2> <rule-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.