Skip to main content

delete

Delete an existing application

Usage

speechly delete [flags]

Flags

  • --app -a (string) - Application to delete. Can be given as the sole positional argument.
  • --dry-run -d (bool) - Don't perform the deletion.
  • --force -f (bool) - Skip confirmation prompt.
  • --help -h (bool) - help for delete

Examples

speechly delete <app_id>
speechly delete --app <app_id> --force