1. Tables
  2. Delete a Table
DELETE

/tables/{tableName}

X-API-KEY*
curl --request DELETE \
     --url https://alpha.mindsdb.com/tables/{tableName} \
     --header 'X-API-KEY: AUTH_VALUE'

The REST API is still under development. Note that the Request Body and Response parameters could be changed.

Parameters

tableNameRequired
string

table name to delete

Response

array