Delete an action.

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

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

Usage

auth0 actions delete [flags]

Examples

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