Delete columns from table

Hello everyone.

I would like to know if it is possible to delete an entire column of a table directly from python code on the server.
I know that it is possible to delete a column via GUI but I have not found any information regarding deleting a column via python code

Thanks in advance

1 Like

Last I checked, there is no way to do it using code. You can make it a feature request though.

4 Likes