Skip to main content
DELETE
Delete Table Column

Overview

This endpoint removes a column from a table.

Example request

Key parameters

  • table_id (required): target table identifier.
  • column_id (required): target column identifier.

Success signal

A successful response confirms column deletion.

Common errors

401 Unauthorized

Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.

404 Not Found

The table or column ID is invalid, already deleted, or unavailable in your workspace.

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

Successful Response

id
string
required
created_at
string<date-time>
required
config
InputColumnConfig · object
required