-
Notifications
You must be signed in to change notification settings - Fork 30
Unlink Table
yulu edited this page May 17, 2018
·
10 revisions
POST /api/unlinkTable
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. |
POST https://localhost:8080/api/linkTable
JSON Parameters:
{
"linkTableId":"tjh5si3w6"
}
{
"status": "success",
"message": null,
"data": null
}