curl --request DELETE \
--url https://partner.peaka.studio/api/v1/data/projects/{projectId}/table/{tableName}/columns/{columnName} \
--header 'Authorization: Bearer <token>'Permanently removes a column from the specified Peaka Table. This action is irreversible — the column and all its stored data will be deleted from the table.
curl --request DELETE \
--url https://partner.peaka.studio/api/v1/data/projects/{projectId}/table/{tableName}/columns/{columnName} \
--header 'Authorization: Bearer <token>'

Use the Authorization header with the value 'Bearer
Column deleted successfully