Syntax
Table.RemoveColumns(table as table, columns as any, optional missingField as nullable number) as table
Description
Removes the specified columns from the table provided. If the column doesn’t exist, an exception is thrown unless the optional parameter missingField specifies an alternative (eg. MissingField.UseNull or MissingField.Ignore).
Reference Data
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference