pub async fn batch_delete_table_versions(
configuration: &Configuration,
id: &str,
batch_delete_table_versions_request: BatchDeleteTableVersionsRequest,
delimiter: Option<&str>,
) -> Result<BatchDeleteTableVersionsResponse, Error<BatchDeleteTableVersionsError>>Expand description
Delete version metadata records for table id. This operation deletes version tracking records, NOT the actual table data. It supports deleting ranges of versions for efficient bulk cleanup. Special range values: - start_version: 0 with end_version: -1 means delete ALL version records