Table Management
Delete Table Column
Delete column by ID.
DELETE
/
v1
/
tables
/
{table_id}
/
columns
/
{column_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
table_id
string
requiredcolumn_id
string
requiredResponse
200 - application/json
id
string
requiredcreated_at
string
requiredconfig
object
required