-
Notifications
You must be signed in to change notification settings - Fork 30
Drop Table
yulu edited this page May 16, 2018
·
11 revisions
PUT /api/dropTable
Return a status indicates it success or not.
| Field | Data Type | Description |
|---|---|---|
| userId | string | The id of user |
| tableName | string | The name of the table. |
POST https://localhost:8080/dropTable
JSON Parameters:
{
"userId":"uuuuuuuu",
"tableName":"newtable1",
}
{
"status": "success",
"message": null
}