You can also delete all logs in a single command with
gcloud logging logs list \ --format="value(NAME)" \ | xargs -n1 -I{} gcloud logging logs delete {} --quiet