Skip to content

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.

Parameters

JSON Body Parameters

Field Data Type Description
tableName String The actual name of the table.

Request

DELETE https://localhost:8080/api/dropTable
JSON Parameters:
{
    "tableName":"_sdfweokjfd_Student"
}

Response

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

Clone this wiki locally