I'm using the BQ CLI (https://cloud.google.com/bigquery/bq-command-line-tool).
I didn't find how to Delete DAY Partition data.
For example, i have a DAY PARTITIONED table that holds data for dates 2016-09-01 and until 2016-09-30.
I need to delete the "2016-09-15" partition completely.
Is this possible through CLI command ?