DELETE
/
v1
/
tables
/
{table_id}
/
columns
/
{column_id}
curl --request DELETE \
  --url https://api.extruct.ai/v1/tables/{table_id}/columns/{column_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "config": {
    "kind": "input",
    "name": "<string>",
    "key": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

table_id
string
required
column_id
string
required

Response

200
application/json
Successful Response
id
string
required
created_at
string
required
config
object
required