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.
Related Commands
- auth0 apis create - Create a new API
- auth0 apis delete - Delete an API
- auth0 apis list - List your APIs
- auth0 apis open - Open the settings page of an API
- auth0 apis scopes - Manage resources for API scopes
- auth0 apis show - Show an API
- auth0 apis update - Update an API