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
Example response
{
"data": "Table column deleted"
}