Skip to main content
DELETE
Delete Column
Delete a column and its cells. Deleting a column creates a new sheet version. If other columns depend on the deleted column, PromptLayer marks affected downstream cells as stale and returns stale_count with the new version.

Authorizations

X-API-KEY
string
header
required

Path Parameters

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

Response

Column deleted

success
boolean
message
string
stale_count
integer

Number of stale cells on the sheet after downstream dependency propagation.

version
integer

Current sheet version_count after the column is deleted.