auth0 apps delete
Delete an application.
To delete interactively, use auth0 apps delete
with no arguments.
To delete non-interactively, supply the application id and the --force
flag to skip confirmation.
Usage
auth0 apps delete [flags]
Examples
auth0 apps delete
auth0 apps rm
auth0 apps delete <app-id>
auth0 apps delete <app-id> --force
auth0 apps delete <app-id> <app-id2> <app-idn>
auth0 apps delete <app-id> <app-id2> <app-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.
Related Commands
- auth0 apps create - Create a new application
- auth0 apps delete - Delete an application
- auth0 apps list - List your applications
- auth0 apps open - Open the settings page of an application
- auth0 apps show - Show an application
- auth0 apps update - Update an application
- auth0 apps use - Choose a default application for the Auth0 CLI