Delete Rows
Use this API to delete rows in the table
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED |
|---|
rowIds string[]The row ids you want to delete. It looks like RXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
| Responses | ||
|---|---|---|
200Returns true if rows are deleted successfully
|