Skip to content

Drop Table

yulu edited this page May 16, 2018 · 11 revisions
PUT /api/dropTable

Return a status indicates it success or not.

Parameters

JSON Body Parameters

Field Data Type Description
userId string The id of user
tableName string The name of the table.

Request

POST https://localhost:8080/dropTable
JSON Parameters:
{
    "userId":"uuuuuuuu",
	"tableName":"newtable1",
}

Response

{
    "status": "success",
    "message": null
}

Clone this wiki locally