batchDeleteTableRows
inline suspend fun HoneycodeClient.batchDeleteTableRows(crossinline block: BatchDeleteTableRowsRequest.Builder.() -> Unit): BatchDeleteTableRowsResponse
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook. You need to specify the ids of the rows that you want to delete from the table.