Skip to main content
DELETE
Delete a table column

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required
column_id
string<uuid>
required

Query Parameters

replace_with_column_id
string<uuid> | null

Repoint dependent columns' references at this column before deleting. Omit to refuse the delete while dependents exist.

Response

Successful Response

detail
string
required

The detail of why the resource was deleted.

count
integer
default:1

The number of resources that were deleted.