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

auth0 token-exchange delete

Delete a token exchange profile.

To delete interactively, use auth0 token-exchange delete with no arguments.

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

Usage

auth0 token-exchange delete [flags]

Examples

  auth0 token-exchange delete
  auth0 token-exchange rm
  auth0 token-exchange delete <profile-id>
  auth0 token-exchange delete <profile-id> --force
  auth0 token-exchange delete <profile-id> <profile-id2> <profile-idn>
  auth0 token-exchange delete <profile-id> <profile-id2> <profile-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.