Remove column from google sheet

Good morning every one, I hope you all fine,
Please how I can delete or remove this column from google sheet. This is the columns, when I try to delete it shown error can’t delete this column

Please help, thank you all.

Where are your blocks for deleting the column? To download a high-quality image of your blocks, please right-click and select Download Blocks as Image.

1 Like

No mr, I dont wnat to delete from kodular app, I want to delete from website: google sheet, how can I do that?

ref this site, use the blow code and follow the blocks suggested in this website

// enter row number to delete that row
 else if ( fn == 'deleteCol' ) {
   sh.deleteColumn(parseInt(e.parameter.COL));
   return ContentService.createTextOutput('Column ' + e.parameter.COL + ' has been deleted');
 }

credite @timai2