Table
Delete a table
Delete a specified table by its UUID.
delete/v1/table/{table_id}
Path parameters
table_idstring uuid required
UUID of the table to delete
Response
Successfully deleted the table
Example response
{
"data": "Table deleted"
}Delete a specified table by its UUID.
UUID of the table to delete
Successfully deleted the table
{
"data": "Table deleted"
}