auth0 actions delete
Delete an action.
To delete interactively, use auth0 actions delete
with no arguments.
To delete non-interactively, supply the action id and the --force
flag to skip confirmation.
Usage
auth0 actions delete [flags]
Examples
auth0 actions delete
auth0 actions rm
auth0 actions delete <action-id>
auth0 actions delete <action-id> --force
auth0 actions delete <action-id> <action-id2> <action-idn>
auth0 actions delete <action-id> <action-id2> <action-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 actions create - Create a new action
- auth0 actions delete - Delete an action
- auth0 actions deploy - Deploy an action
- auth0 actions list - List your actions
- auth0 actions open - Open the settings page of an action
- auth0 actions show - Show an action
- auth0 actions update - Update an action