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

auth0 roles delete

Delete a role.

To delete interactively, use auth0 roles delete.

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

Usage

auth0 roles delete [flags]

Examples

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