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

auth0 apis delete

Delete an API.

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

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

Usage

auth0 apis delete [flags]

Examples

  auth0 apis delete 
  auth0 apis rm
  auth0 apis delete <api-id|api-audience>
  auth0 apis delete <api-id|api-audience> --force
  auth0 apis delete <api-id|api-audience> <api-id2> <api-idn>
  auth0 apis delete <api-id|api-audience> <api-id2> <api-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.