-
Notifications
You must be signed in to change notification settings - Fork 30
Drop Table
nbajiaoshi edited this page Jun 7, 2018
·
11 revisions
DELETE /api/dropTable
Return a status indicates whether the operation has been successfully done or not.
| Field | Data Type | Description |
|---|---|---|
| tableName | String | The actual name of the table. |
DELETE https://localhost:8080/api/dropTable
JSON Parameters:
{
"tableName":"_sdfweokjfd_Student"
}
{
"status": "success",
"message": null,
"data": null
}