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

auth0 phone provider delete

Delete the phone provider.

To delete interactively, use auth0 phone provider delete with no arguments.

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

Usage

auth0 phone provider delete [flags]

Examples

auth0 provider delete
auth0 phone provider rm
auth0 phone provider delete <phone-provider-id> --force
auth0 phone provider delete <phone-provider-id>
auth0 phone provider rm --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.