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

auth0 connections delete

Delete a connection.

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

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

Usage

auth0 connections delete [flags]

Examples

  auth0 connections delete
  auth0 connections rm
  auth0 connections delete <connection-id>
  auth0 connections delete <connection-id> --force
  auth0 connections delete <connection-id> <connection-id2> <connection-idn>

Flags

      --force   Skip confirmation.

Inherited Flags

      --agent-mode      Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.