-
Notifications
You must be signed in to change notification settings - Fork 30
Delete Table Row
nbajiaoshi edited this page Jun 4, 2018
·
12 revisions
DELETE /api/deleteTableRow
Return a status indicates whether the operation has been successfully done or not.
| Field | Data Type | Description |
|---|---|---|
| linkTableId | String | The unique linkTableId corresponding to a table and a region of sheet. |
| row | Int | The relative row id in the linked region to perform delete. The id for the first row is 0. |
DELETE https://localhost:8080/api/deleteTableRow
JSON Parameters:
{
"linkTableId":"tjh5si3w6"
"row": 1
}
{
"status": "success",
"message": null,
"data": null
}