v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table

Delete Table Column

Delete a specific column from a table.

delete/v1/table/{table_id}/column/{column_id}

Path parameters

table_idstring uuid required

UUID of the table containing the column

column_idstring uuid required

UUID of the column to delete

Response

Successfully deleted the table column

datastring
metadataobject

Example response

{
  "data": "Table column deleted"
}