deletePartition

abstract suspend fun deletePartition(partitionId: String)

Deletes all data previously stored in this the given partition.

Partitioning must be supported in StorageTableSpec for this table. All records in the given partition are erased.