Skip to main content
POST
Delete several columns in one call

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

Body

application/json

Request body for deleting several columns as one batch.

column_ids
string<uuid>[]
required

The columns to delete. Dependents inside the batch never block it; dependents outside it still do.

Minimum array length: 1
replace_with_column_id
string<uuid> | null

Repoint surviving dependents' references at this column before deleting. Omit to refuse the delete while outside 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.