Permanently delete a specific column from a given table.
cURL
curl --request DELETE \ --url https://api.fluxend.app/tables/{fullTableName}/columns/{columnName} \ --header 'Authorization: <authorization>' \ --header 'X-Project: <x-project>'
Bearer Token
Project UUID
Full table name
Column Name
Column deleted successfully